features/toolbar.feature in wagn-1.20.0 vs features/toolbar.feature in wagn-1.20.1

- old
+ new

@@ -15,13 +15,13 @@ When In main card toolbar I find link with icon "remove" and click it Then In main card frame I should not see a nav with class "toolbar" Scenario: pin and unpin toolbar When In main card toolbar I find button with icon "pushpin" and click it - And I wait until ajax response done + And I wait for ajax response And I go to card "Home" Then In main card frame I should see a nav with class "toolbar" And In main card toolbar I should see a button with class "toolbar-pin.active" When In main card toolbar I find button with icon "pushpin" and click it - And I wait until ajax response done + And I wait for ajax response And I go to card "Home" Then In main card frame I should not see a nav with class "toolbar"