diff --git a/02_creation_formation_test.py b/02_creation_formation_test.py index 86ba179..9f22ca0 100644 --- a/02_creation_formation_test.py +++ b/02_creation_formation_test.py @@ -24,7 +24,8 @@ class PythonOrgSearch(unittest.TestCase): ) self.driver.get(baseURL + "/ScoDoc") - # Creer un département et vérifie qu'il est bien présent sur la page d'accueil + # Test Creer une formation + # @expected : def test_create_formation(self): driver = self.driver url = baseURL + "/ScoDoc/" + nomDpt + "/Scolarite/Notes/formation_create"