Sha256: df20695b72d66c155f917a74f02563a78d42dc01b360885f53e2f62c3c845f94

Contents?: true

Size: 950 Bytes

Versions: 20

Compression:

Stored size: 950 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 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 go to card "Home"
   Then In main card frame I should not see a nav with class "toolbar"




Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
wagn-1.18.0 features/toolbar.feature
wagn-1.17.4 features/toolbar.feature
wagn-1.17.3 features/toolbar.feature
wagn-1.17.2 features/toolbar.feature
wagn-1.17.1 features/toolbar.feature
wagn-1.17.0 features/toolbar.feature
wagn-1.16.15 features/toolbar.feature
wagn-1.16.14 features/toolbar.feature
wagn-1.16.13 features/toolbar.feature
wagn-1.16.12 features/toolbar.feature
wagn-1.16.11 features/toolbar.feature
wagn-1.16.10 features/toolbar.feature
wagn-1.16.9 features/toolbar.feature
wagn-1.16.8 features/toolbar.feature
wagn-1.16.7 features/toolbar.feature
wagn-1.16.6 features/toolbar.feature
wagn-1.16.5 features/toolbar.feature
wagn-1.16.4 features/toolbar.feature
wagn-1.16.3 features/toolbar.feature
wagn-1.16.2 features/toolbar.feature