diff --git a/common/test/acceptance/pages/lms/problem.py b/common/test/acceptance/pages/lms/problem.py index f99ef895d3..f690d1ec91 100644 --- a/common/test/acceptance/pages/lms/problem.py +++ b/common/test/acceptance/pages/lms/problem.py @@ -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): """