Commit 1ae86673 by JonahStanley

Changed a world.browser.find_by_css to world.css_find

parent 1f648d90
......@@ -10,7 +10,7 @@ def i_fill_in_the_registration_form(step):
attempt = 0
while attempt < 5:
try:
register_form = world.browser.find_by_css('form#register_form')
register_form = world.css_find('form#register_form')
register_form.find_by_name('email').fill('robot+studio@edx.org')
register_form.find_by_name('password').fill('test')
register_form.find_by_name('username').fill('robot-studio')
......
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