Sha256: b525c987b925bddcd737533a1ac41a0baf6494ef9bfea379938539b275f1a21c

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 Bytes

Contents

Feature: Actions
  In order to value
  As a role
  I want feature

@javascript
Scenario: Pressing button should result in corresponding actions
  When I go to the ComponentWithActions test page
  Then I should see "Disabled action"
  And button "Disabled action" should be disabled

  When I press "Some Cool Action"
  Then I should see "Some action was triggered"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
netzke-core-0.6.7 test/rails_app/features/actions.feature
netzke-core-0.6.6 features/actions.feature