Sha256: 9c2e4ead9876ff1d09986d0355b32ff9771184b7e45c625edf81523ea9c9a872
Contents?: true
Size: 999 Bytes
Versions: 14
Compression:
Stored size: 999 Bytes
Contents
@javascript Feature: Toolbar In order to edit a card As a Wagneer I want to be able to use the toolbar Background: Given I am signed in as Joe Admin And I go to card "Home" And I open the main card menu And I follow "edit" Scenario: close toolbar Then In main card frame I should see a nav with class "toolbar" 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 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 go to card "Home" Then In main card frame I should not see a nav with class "toolbar"
Version data entries
14 entries across 14 versions & 1 rubygems