示例#1
0
 def test6_inputs_incorrect_input(self):
     inputs_page.click_inputs_tab(self.driver)
     self.assertTrue(inputs_page.send_incorrect_keys_to_input(self.driver))
示例#2
0
 def test4_inputs_visibility(self):
     inputs_page.click_inputs_tab(self.driver)
     self.assertTrue(inputs_page.input_content_visible(self.driver))