Fix saving notification CSS.
This commit is contained in:
@@ -44,7 +44,7 @@ def i_save_a_new_section_release_date(_step):
|
||||
|
||||
@step('I see a "saving" notification')
|
||||
def i_see_a_saving_notification(step):
|
||||
saving_css = '.wrapper-notification-saving'
|
||||
saving_css = '.wrapper-notification-mini'
|
||||
assert world.is_css_present(saving_css)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user