Sha256: 2170f959bdc7dfee1190bdb157dd2fd6c1bd4bdaaac5ad56d0c2d8eabd7f2b7e

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

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 wait for ajax response
  And I open the main card menu
  And I wait for ajax response
  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 "close" 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 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 for ajax response
#  And I go to card "Home"
#  Then In main card frame I should not see a nav with class "toolbar"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decko-0.2.2 features/toolbar.feature
decko-0.2.1 features/toolbar.feature
decko-0.2 features/toolbar.feature