Sha256: c650dd626d2d8fc9c0989325e6646f54aa28d0dc3c6c95822da6ec6504acaf35

Contents?: true

Size: 708 Bytes

Versions: 10

Compression:

Stored size: 708 Bytes

Contents

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

  @javascript
  Scenario: A component with a hidden body should not show show its body
    When I go to the ComponentWithCustomCss test page
    Then I should see "ComponentWithCustomCss"
    But  the body of ComponentWithCustomCss component should not be invisible

  @javascript
  Scenario: A dynamically loaded component with a hidden body should not display its body
    When I go to the LoaderOfComponentWithCustomCss test page
    And I press "Load component with custom css"
    Then I should see "ComponentWithCustomCss"
    But  the body of LoaderOfComponentWithCustomCss/ComponentWithCustomCss component should not be invisible

Version data entries

10 entries across 10 versions & 1 rubygems

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