Skip to content
Snippets Groups Projects
Commit 8b353815 authored by Will Daly's avatar Will Daly
Browse files

Fix find courses page title in bok choy test suite

parent 830ad942
No related merge requests found
......@@ -15,7 +15,7 @@ class FindCoursesPage(PageObject):
url = BASE_URL
def is_browser_on_page(self):
return self.browser.title == "edX"
return "edX" in self.browser.title
@property
def course_id_list(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment