Commit 4db0d9c9 by Diana Huang

Modify test to be more robust to WrongPageErrors.

parent 3e963578
......@@ -98,6 +98,7 @@ class UsersPageMixin(PageObject):
""" Deletes user from course/library """
target_user = self.get_user(email)
target_user.click_delete()
self.wait_for_page()
def modal_dialog_visible(self, dialog_type):
""" Checks if modal dialog of specified class is displayed """
......
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