Sha256: 47482d2cebfbe6288e71428a376b3a99c3943b1977c994e28e1e4cdf16bebfdb

Contents?: true

Size: 558 Bytes

Versions: 9

Compression:

Stored size: 558 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 "Simple accordion"
  Then I should see "Some simple app simple accordion"
  # TODO: there's a problem with dynamic loading of the grid: "event is undefined" as we try to load something AFTER loading grid
  # When I press "User grid"
  # Then I should see "Users"
  When I press "Simple tab panel"
  Then I should see "Some simple app simple tab panel"

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
netzke-basepack-0.7.7 test/basepack_test_app/features/simple_app.feature
netzke-basepack-zh-0.7.6 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.7.6 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.7.5 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.7.4 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.7.3 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.7.2 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.7.1 test/basepack_test_app/features/simple_app.feature
netzke-basepack-0.7.0 test/rails_app/features/simple_app.feature