Sha256: 505b0b4cf815558f810cee4ef81b4e8451aa2804de27d8f3189b3e54798de153

Contents?: true

Size: 385 Bytes

Versions: 5

Compression:

Stored size: 385 Bytes

Contents

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

@javascript
Scenario: SimpleApp should load its components dynamically
  Given I am on the SomeSimpleApp test page
  When I press "Some accordion"
  Then I should see "Some Accordion"
  When I press "Book grid"
  Then I should see "Books"
  When I press "Some tab panel"
  Then I should see "Some Tab Panel"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
netzke-basepack-0.8.4 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.8.3 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.8.2 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.8.1 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.8.0 test/basepack_test_app/features/simple_app.feature