Browse Source

commit test 3

Gogs 1 year ago
parent
commit
719cc2ef25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      devops_selenium/test_saucedemo.py

+ 1 - 0
devops_selenium/test_saucedemo.py

@@ -12,6 +12,7 @@ def writeInInput(inputElement, text):
     inputElement.send_keys(text)
 
 def test_loginOK():
+    #test 2
     log.info("Test du Login avec succès")
     options = webdriver.FirefoxOptions()
     options.add_argument('--headless')