Skip to content

Commit

Permalink
Merge pull request #81 from blahma/patch-1
Browse files Browse the repository at this point in the history
Removing unexpected indent
  • Loading branch information
baijum committed Nov 15, 2017
2 parents aa3c869 + c80a1dc commit 4384b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/page-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and ensure some results are found.
main_page.click_go_button()
search_results_page = page.SearchResultsPage(self.driver)
#Verifies that the results page is not empty
assert search_results_page.is_results_found(), "No results found."
assert search_results_page.is_results_found(), "No results found."

def tearDown(self):
self.driver.close()
Expand Down

0 comments on commit 4384b03

Please sign in to comment.