Skip to content

Commit

Permalink
Update an example test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Sep 27, 2023
1 parent 9544d28 commit 41a7c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/github_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def test_github(self):
self.assert_element("div.repository-content")
self.assert_text("SeleniumBase", "strong a")
self.click('a[title="seleniumbase"]')
self.slow_click('a:contains("fixtures")')
self.assert_element('a:contains("base_case.py")')
self.slow_click('a[aria-describedby="item-type-fixtures"]')
self.assert_element('a[aria-describedby="item-type-base_case.py"]')

0 comments on commit 41a7c6b

Please sign in to comment.