Speed up test by fixing negative assertion

This commit is contained in:
Jay Zoldak
2014-06-16 13:47:14 -04:00
parent b60b7c7e5a
commit c33261aefc

View File

@@ -73,7 +73,7 @@ def i_click_on_section_name_in_modal(_step):
@step('I see no form for editing section name in modal$')
def edit_section_name_form_not_exist(_step):
assert not world.is_css_present('.modal-window .section-name input')
assert world.is_css_not_present('.modal-window .section-name input')
@step('I see the complete section name with a quote in the editor$')