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.
2 parents aa3c869 + c80a1dc commit 4384b03Copy full SHA for 4384b03
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