Gogs 1 year ago
parent
commit
67048d345c
2 changed files with 22 additions and 2 deletions
  1. 0 0
      test_sauceDemolog.py
  2. 22 2
      test_saucedemo.py

+ 0 - 0
test_sauceDemolog.py


+ 22 - 2
test_saucedemo.py

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