Commit 3f49abc2 by JonahStanley

Only triggering event in firefox

parent b8e29697
......@@ -43,7 +43,8 @@ def add_other_user(_step, name):
email_css = 'input#user-email-input'
world.css_fill(email_css, name + EMAIL_EXTENSION)
world.trigger_event(email_css)
if world.is_firefox():
world.trigger_event(email_css)
confirm_css = 'form.create-user button.action-primary'
world.css_click(confirm_css)
......
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