Commit 29befd33 by Ben Patterson

Merge pull request #11148 from edx/benp/teams-page-flaky-ff42

Fix failing condition for firefox 42.
parents d2399102 bc77ab2d
......@@ -80,6 +80,7 @@ class UsersPageMixin(PageObject):
""" Submit the "New User" form """
self.q(css='.form-create.create-user .action-primary').click()
wait_for_ajax_or_reload(self.browser)
self.wait_for_element_visibility('.user-list', 'wait for team to load')
def get_user(self, email):
""" Gets user wrapper by email """
......
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