Commit 646bd939 by raeeschachar

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

Fixed Chrome test cohort enabled disabled in Cohort Configuration Test
parents d38da773 7cf3895c
......@@ -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):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment