Ejemplo n.º 1
0
 def test_Validation(self):
     contact_page_obj = ContactPage(self.driver)
     contact_page_obj.validation_check()
     """
     Just using time.sleep() so that you see the last webdriver action.
     I do not recommend using this in your tests.
     """
     time.sleep(5)
Ejemplo n.º 2
0
 def test_Validation(self):
     contact_page_obj = ContactPage(self.driver)
     contact_page_obj.validation_check()
     """
     Just using time.sleep() so that you see the last webdriver action.
     I do not recommend using this in your tests.
     """
     time.sleep(5)
 def test_Validation(self):
     contact_page_obj = ContactPage(self.driver)
     contact_page_obj.validation_check()
 def test_Validation(self):
     contact_page_obj = ContactPage(self.driver)
     contact_page_obj.validation_check()