Sha256: 5f3bd3c3689e42e6aa0fca5aabcd4053904f3c5a7d8b2c698ee6a97934cc44fc

Contents?: true

Size: 712 Bytes

Versions: 12

Compression:

Stored size: 712 Bytes

Contents

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

  @javascript
  Scenario: Inherited component should successfully call parent methods in Ruby and JavaScript
    When I go to the "en" version of the ExtendedServerCaller page
    Then I should see "Extended Server Caller"
    When I press "Call server extensively"
    Then I should see "All quiet here on the server, shiny weather"
    And I should see "Added by extended Server Caller"

  @javascript
  Scenario: Extended scoped components should render
    Given I am on the ScopedComponents::ExtendedScopedComponent test page
    Then I should see "Extended Scoped Component Title"
    And I should see "Extended Scoped Component HTML"

Version data entries

12 entries across 12 versions & 1 rubygems

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