Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Moreno committed May 7, 2020
1 parent b23b915 commit dd3f56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code/round_3/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def search_results(self):
"""
Return a list of results returned from a search
"""
return self.q(css='ul.repo-list > li > div > h3 > a').text
return self.q(css='ul.repo-list > li > div > div > a').text


class GitHubSearchPage(PageObject):
Expand Down

0 comments on commit dd3f56f

Please sign in to comment.