Commit bf0378f3 by Ben Patterson

Merge pull request #5669 from edx/benp/solano2-flaky-couse-export

Add wait to fix flaky tests.
parents 47e7dfc1 f3facdde
......@@ -49,6 +49,7 @@ def get_an_error_dialog(step):
@step('I can click to go to the unit with the error$')
def i_click_on_error_dialog(step):
world.wait_for_visible(".button.action-primary")
world.click_link_by_text('Correct failed component')
problem_string = unicode(world.scenario_dict['COURSE'].id.make_usage_key("problem", 'ignore'))
......
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