Skip to content
Snippets Groups Projects
Commit ad6312b6 authored by Stuart Young's avatar Stuart Young
Browse files

wait for ajax on problem reset in test

parent 00cdc7a7
No related merge requests found
......@@ -173,6 +173,7 @@ class ProblemPage(PageObject):
Click the Reset button.
"""
click_css(self, '.problem .reset', require_notification=False)
self.wait_for_ajax()
def click_show(self):
"""
......
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