Thanks to visit codestin.com Credit goes to github.com
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 aa3c869 commit c80a1dcCopy full SHA for c80a1dc
source/page-objects.rst
@@ -49,7 +49,7 @@ and ensure some results are found.
49
main_page.click_go_button()
50
search_results_page = page.SearchResultsPage(self.driver)
51
#Verifies that the results page is not empty
52
- assert search_results_page.is_results_found(), "No results found."
+ assert search_results_page.is_results_found(), "No results found."
53
54
def tearDown(self):
55
self.driver.close()
0 commit comments