Sha256: f055814588cd9c26d32fc4973d5e6cced23e8a2c1973c8cc0efda6599501bb42

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

@javascript
Feature: Toolbar
  In order to edit a card
  As a Decker
  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

4 entries across 4 versions & 1 rubygems

Version Path
decko-0.3.3 features/toolbar.feature
decko-0.3.2 features/toolbar.feature
decko-0.3.1 features/toolbar.feature
decko-0.3.0 features/toolbar.feature