wait for ajax on problem reset in test

This commit is contained in:
Stuart Young
2019-02-06 15:29:31 -05:00
parent 00cdc7a7ef
commit ad6312b67b

View File

@@ -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):
"""