Sha256: 5d840044abcf3b56c02b373f686c6e282a8c8e1319c8e9f551fd974f6bebbe5c

Contents?: true

Size: 572 Bytes

Versions: 10

Compression:

Stored size: 572 Bytes

Contents

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

  @javascript
  Scenario: Complex component must render properly
    When I go to the KindaComplexComponent test page
    Then I should see "Panel One"
    And I should see "Panel Two"
    And I should see "Server Caller"

  @javascript
  Scenario: The last tab of the complex component is a Netzke component that just works
    Given I am on the KindaComplexComponent test page
    When I press "Server Caller"
    And I press "Call server"
    Then I should see "All quiet here on the server"

Version data entries

10 entries across 10 versions & 1 rubygems

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