Sha256: 8997dfd6dc80add352069a56175bd9875a72ff8b673d90254549f2f191e642d2

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 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.2 features/actions.feature
netzke-core-0.6.1 features/actions.feature
netzke-core-0.6.0 features/actions.feature