Sha256: c5362429ac36ef95dc6f7bd9b4d7b65d015b638f4905dfa756df3806f0d7f338

Contents?: true

Size: 317 Bytes

Versions: 15

Compression:

Stored size: 317 Bytes

Contents

Feature: Window component loader
  In order to value
  As a role
  I want feature

@javascript
Scenario: Loading a Window Component dynamically
  Given I am on the WindowComponentLoader test page
  Then I should not see "Some Window Component"
  When I press "Load window"
  Then I should see "Some Window Component"

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
netzke-basepack-0.7.7 test/basepack_test_app/features/window.feature
netzke-basepack-zh-0.7.6 test/basepack_test_app/features/window.feature
netzke-basepack-0.7.6 test/basepack_test_app/features/window.feature
netzke-basepack-0.7.5 test/basepack_test_app/features/window.feature
netzke-basepack-0.7.4 test/basepack_test_app/features/window.feature
netzke-basepack-0.7.3 test/basepack_test_app/features/window.feature
netzke-basepack-0.7.2 test/basepack_test_app/features/window.feature
netzke-basepack-0.7.1 test/basepack_test_app/features/window.feature
netzke-basepack-0.6.5 test/rails_app/features/window.feature
netzke-basepack-0.7.0 test/rails_app/features/window.feature
netzke-basepack-0.6.4 features/window.feature
netzke-basepack-0.6.3 features/window.feature
netzke-basepack-0.6.2 features/window.feature
netzke-basepack-0.6.1 features/window.feature
netzke-basepack-0.6.0 features/window.feature