Sha256: b1c57907f990b7697c875dba2a4ec08aaf8d6e4459a5f25a640f0c670226700b

Contents?: true

Size: 573 Bytes

Versions: 8

Compression:

Stored size: 573 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 follow "Server Caller"
    And I press "Call server"
    Then I should see "All quiet here on the server"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
netzke-core-0.6.7 test/rails_app/features/complex_component.feature
netzke-core-0.6.6 features/complex_component.feature
netzke-core-0.6.5 features/complex_component.feature
netzke-core-0.6.4 features/complex_component.feature
netzke-core-0.6.3 features/complex_component.feature
netzke-core-0.6.2 features/complex_component.feature
netzke-core-0.6.1 features/complex_component.feature
netzke-core-0.6.0 features/complex_component.feature