Commit 7cf3895c by raeeschachar

Fixed Chrome test cohort enabled disabled in Cohort Configuration Test

parent 73722c47
...@@ -548,6 +548,7 @@ class CohortManagementSection(PageObject): ...@@ -548,6 +548,7 @@ class CohortManagementSection(PageObject):
""" """
if state != self.is_cohorted: if state != self.is_cohorted:
self.q(css=self._bounded_selector('.cohorts-state')).first.click() self.q(css=self._bounded_selector('.cohorts-state')).first.click()
self.wait_for_ajax()
def toggles_showing_of_discussion_topics(self): 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