Skip to content
Snippets Groups Projects
Commit 229958a0 authored by Ben Patterson's avatar Ben Patterson Committed by Clinton Blackburn
Browse files

Fix flaky condition related to settings page.

parent f572bd9c
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,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):
"""
......
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