From 7cf3895cc47b33834cf45e4e7bab76b4b5693192 Mon Sep 17 00:00:00 2001 From: raeeschachar Date: Mon, 24 Aug 2015 18:56:29 +0500 Subject: [PATCH] Fixed Chrome test cohort enabled disabled in Cohort Configuration Test --- common/test/acceptance/pages/lms/instructor_dashboard.py | 1 + 1 file changed, 1 insertion(+) 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): """