diff --git a/common/test/acceptance/pages/lms/instructor_dashboard.py b/common/test/acceptance/pages/lms/instructor_dashboard.py index acc1c6e476..fe79cd2aae 100644 --- a/common/test/acceptance/pages/lms/instructor_dashboard.py +++ b/common/test/acceptance/pages/lms/instructor_dashboard.py @@ -548,6 +548,7 @@ class CohortManagementSection(PageObject): """ if state != self.is_cohorted: self.q(css=self._bounded_selector('.cohorts-state')).first.click() + self.wait_for_ajax() def toggles_showing_of_discussion_topics(self): """