Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
url agnostic target page plus new version of selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifch authored and Chris Dodge committed Mar 10, 2015
1 parent fc66f90 commit cf2cb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ testfixtures==4.0.0
bok-choy>=0.3.1
sure==1.2.7
ddt==0.8.0
selenium>=2.43.0
selenium>=2.45.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def is_browser_on_page(self):
Return true if title contains the word page
:return:
"""
return 'page' in self.browser.title
return 'error!!' not in self.browser.title

def verify_target_page_url(self, target_link):
"""
Expand Down

0 comments on commit cf2cb1c

Please sign in to comment.