Merge pull request #19760 from edx/estute/fix-flaky-problem-test
wait for ajax on problem reset in test
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user