Commit 8b353815 by Will Daly

Fix find courses page title in bok choy test suite

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