Sha256: 5bc380f67794afee6bce87672be4b63a19e25ef7c1dfe3ea3cc0ec16be9984ea

Contents?: true

Size: 360 Bytes

Versions: 3

Compression:

Stored size: 360 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 action"
  Then I should see "Some action was triggered"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-0.6.5 features/actions.feature
netzke-core-0.6.4 features/actions.feature
netzke-core-0.6.3 features/actions.feature