Commit 66cf6ffb by Ben Patterson

Fix flaky condition that's showing up in firefox 42.

parent 76b8e2e8
......@@ -94,6 +94,7 @@ class UsersPageMixin(PageObject):
self.click_add_button()
self.set_new_user_email(email)
self.click_submit_new_user_form()
self.wait_for_page()
def delete_user_from_course(self, email):
""" Deletes user from course/library """
......
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