Skip to content
Snippets Groups Projects
Commit f31768b6 authored by Jesse Zoldak's avatar Jesse Zoldak
Browse files

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

Fixed bok choy flaky test for studio.
parents 9d683ed1 8efa9dae
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment