Merge pull request #19760 from edx/estute/fix-flaky-problem-test

wait for ajax on problem reset in test
This commit is contained in:
Stu Young
2019-02-07 09:51:12 -05:00
committed by GitHub

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