Commit 14a80e9c by Jay Zoldak

Merge pull request #4114 from edx/zoldak/fix-negative-assertion

Speed up test by fixing negative assertion
parents 6d53bf71 c33261ae
......@@ -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$')
......
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