Skip to content
Snippets Groups Projects
Unverified Commit af94f375 authored by Stu Young's avatar Stu Young Committed by GitHub
Browse files

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

wait for ajax on problem reset in test
parents 29ba0208 ad6312b6
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