Commit 6ee3ea68 by Ben Patterson

Fix flaky condition related to settings page.

parent 8e347f40
......@@ -22,7 +22,7 @@ class SettingsPage(CoursePage):
# Helpers
################
def is_browser_on_page(self):
return self.q(css='body.view-settings').present
return self.q(css='body.view-settings').visible
def wait_for_require_js(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