Sha256: 7f3402e9011eaa910f1b9b4116f26625903d978db3904f06884e5b267936a288

Contents?: true

Size: 413 Bytes

Versions: 10

Compression:

Stored size: 413 Bytes

Contents

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

@javascript
Scenario: Plugin calling its server part
  Given I am on the PanelWithPlugin test page
  When I press tool "gear"
  Then I should see "Server response"

@javascript
Scenario: Plugin inserting its action into component
  Given I am on the PanelWithPlugin test page
  When I press "Action one"
  Then I should see "Action one triggered"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
netzke-core-0.8.1 test/core_test_app/features/plugin.feature
netzke-core-0.8.0 test/core_test_app/features/plugin.feature
netzke-core-0.7.7 test/core_test_app/features/plugin.feature
netzke-core-0.7.6 test/core_test_app/features/plugin.feature
netzke-core-0.7.5 test/core_test_app/features/plugin.feature
netzke-core-0.7.4 test/core_test_app/features/plugin.feature
netzke-core-0.7.3 test/core_test_app/features/plugin.feature
netzke-core-0.7.2 test/core_test_app/features/plugin.feature
netzke-core-0.7.1 test/rails_app/features/plugin.feature
netzke-core-0.7.0 test/rails_app/features/plugin.feature