Commit 33327219 by Ben Patterson

Merge pull request #11867 from edx/benp/courseteam-flaky-fix

Fix flaky condition that's showing up in firefox 42.
parents a77000a8 66cf6ffb
......@@ -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