Merge pull request #5207 from edx/waheed/tnl284-fix-flaky-test

Fixed bok choy flaky test for studio.
This commit is contained in:
Jesse Zoldak
2014-09-16 11:41:13 -04:00

View File

@@ -247,6 +247,9 @@ class ContainerPage(PageObject):
Note that this does an ajax call.
"""
self.q(css='.add-missing-groups-button').first.click()
self.wait_for_ajax()
# Wait until all xblocks rendered.
self.wait_for_page()
def missing_groups_button_present(self):