소스 검색

Merge branch 'master' of http://178.32.216.95:3000/aahmad/groupe1

Gogs 1 년 전
부모
커밋
bec0e00532
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      test_saucedemo.py

+ 3 - 1
test_saucedemo.py

@@ -12,6 +12,7 @@ def writeInInput(inputElement, text):
     inputElement.send_keys(text)
 
 def test_loginOK():
+   
     log.info("Test du Login avec succès")
     options = webdriver.FirefoxOptions()
     options.add_argument('--headless')
@@ -32,4 +33,5 @@ def test_loginOK():
 
     driver.quit()
 
-
+def test_D():
+    pass