Merge pull request #9444 from edx/raees-chrome-bok-choy-test-cohort-enable-disable

Fixed Chrome test cohort enabled disabled in Cohort Configuration Test
This commit is contained in:
raeeschachar
2015-08-27 17:32:46 +05:00

View File

@@ -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):
"""