Merge pull request #2430 from edx/will/fix-bok-choy-register-test
Fix find courses page title in bok choy test suite
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user