Explorar el Código

commit test 3

Gogs hace 1 año
padre
commit
719cc2ef25
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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')