コード例 #1
0
ファイル: button_tests.py プロジェクト: Mikhail9090/JDI
 def test_click(self):
     self.button.click()
     Assert.assert_element_test(self.button, "CALCULATE")
コード例 #2
0
ファイル: label_test.py プロジェクト: jdi-testing/jdi-python
 def test_click(self):
     self.label.click()
     Assert.assert_element_test(self.label, "CALCULATE")
コード例 #3
0
ファイル: button_test.py プロジェクト: jdi-testing/jdi-python
 def test_click(self):
     self.button.click()
     Assert.assert_element_test(self.button, "CALCULATE")
コード例 #4
0
ファイル: label_tests.py プロジェクト: Mikhail9090/JDI
 def test_click(self):
     self.label.click()
     Assert.assert_element_test(self.label, "CALCULATE")