Skip to content
Snippets Groups Projects
Commit 66cf6ffb authored by Ben Patterson's avatar Ben Patterson
Browse files

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

parent 76b8e2e8
No related branches found
No related tags found
No related merge requests found
......@@ -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 """
......
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