Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c80a1dc

Browse files
authored
Removing unexpected indent
1 parent aa3c869 commit c80a1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/page-objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ and ensure some results are found.
4949
main_page.click_go_button()
5050
search_results_page = page.SearchResultsPage(self.driver)
5151
#Verifies that the results page is not empty
52-
assert search_results_page.is_results_found(), "No results found."
52+
assert search_results_page.is_results_found(), "No results found."
5353

5454
def tearDown(self):
5555
self.driver.close()

0 commit comments

Comments
 (0)