2
0

3 Commits 07a4c9dedb ... 73eb356d2a

Autor SHA1 Mensagem Data
  Gogs 73eb356d2a création fct go_to_checkout há 1 ano atrás
  Gogs 0626bb7477 Merge branch 'master' of http://178.32.216.95:3000/aahmad/groupe3 há 1 ano atrás
  Gogs 526d98bc60 resolion erreur há 1 ano atrás
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      test_main.py

+ 8 - 0
test_main.py

@@ -35,6 +35,14 @@ def connexion_saucedemo(username, passwd, arg="--headless"):
 
 
 ##### MATTHIEU
+    
+def go_to_checkout():
+    checkout = driver.find_element(By.ID, "checkout")
+    checkout.click()
+
+
+
+
 
 
 ##### TIFF