Commit 9fd0fbc7 by Will Daly

Merge pull request #2430 from edx/will/fix-bok-choy-register-test

Fix find courses page title in bok choy test suite
parents 7e075eec 8b353815
......@@ -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):
......
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