We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dfd32 commit c6a10faCopy full SHA for c6a10fa
examples/boilerplates/samples/google_objects.py
@@ -9,6 +9,4 @@ class HomePage(object):
9
10
11
class ResultsPage(object):
12
- google_logo = 'img[alt="Google"]'
13
- images_link = "link=Images"
14
search_results = "div#center_col"
examples/boilerplates/samples/google_test.py
@@ -14,4 +14,3 @@ def test_google_dot_com(self):
self.assert_element(HomePage.feeling_lucky_button)
15
self.click(HomePage.search_button)
16
self.assert_text("github.com", ResultsPage.search_results)
17
- self.assert_element(ResultsPage.images_link)
0 commit comments