コード例 #1
0
ファイル: page_test.py プロジェクト: pwalen/taps_simple_page
 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
ファイル: page_test.py プロジェクト: pwalen/taps_simple_page
 def test4_inputs_visibility(self):
     inputs_page.click_inputs_tab(self.driver)
     self.assertTrue(inputs_page.input_content_visible(self.driver))