Sha256: 1ae90574f3c820b52c66ae3a08cf972b0cab44f79839ed146c564c48b42957b7

Contents?: true

Size: 477 Bytes

Versions: 9

Compression:

Stored size: 477 Bytes

Contents

Feature: Rendering components in the Rails views
  In order to value
  As a role
  I want feature

@javascript
Scenario: Rendering multiple complex components in a view
  Given I am on the "multiple_nested" view

  When I press "Call server"
  And I wait for response from server
  Then I should see "All quiet here on the server"

  When I press "Call server extensively"
  And I wait for response from server
  Then I should see "All quiet here on the server, shiny weather"

Version data entries

9 entries across 9 versions & 1 rubygems

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