Skip to content

Commit

Permalink
#97: updated google page object example
Browse files Browse the repository at this point in the history
 with proper locator
  • Loading branch information
yashaka authored Feb 22, 2017
1 parent 0d9c624 commit 74f0096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class GooglePage(object):

class SearchResultsPage(object):
def __init__(self):
self.results = ss("#ires li.g")
self.results = ss(".srg .g")

def test_google_search():
google = GooglePage().open()
Expand Down

0 comments on commit 74f0096

Please sign in to comment.