Commit f2a31adf by JonahStanley

Now using world.is_firefox()

parent 5a579921
......@@ -62,7 +62,7 @@ def my_display_name_change_is_persisted_on_save(step):
def i_can_modify_the_display_name_with_special_chars(step):
index = world.get_setting_entry_index(DISPLAY_NAME)
world.css_fill('.wrapper-comp-setting .setting-input', "updated ' \" &", index=index)
if world.browser.driver_name == 'Firefox':
if world.is_firefox():
world.trigger_event('.wrapper-comp-setting .setting-input', index=index)
verify_modified_display_name_with_special_chars()
......
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