Commit 4a86b926 by Jay Zoldak

Wait for ajax to complete when editing components in Studio acceptance tests

parent 16f0c9d1
......@@ -122,6 +122,7 @@ def ensure_settings_visible():
def edit_component():
world.wait_for(lambda _driver: world.css_visible('a.edit-button'))
world.css_click('a.edit-button')
world.wait_for_ajax_complete()
@world.absorb
......
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