Sha256: 67ce43deb8a6d22b246901f19d0325d2b32d9fb56e2ea172f84ab12b48e490c0

Contents?: true

Size: 707 Bytes

Versions: 3

Compression:

Stored size: 707 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 ComponentWithCustomCss"
    Then I should see "ComponentWithCustomCss"
    But  the body of LoaderOfComponentWithCustomCss/ComponentWithCustomCss component should not be invisible

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-0.6.2 features/custom_css.feature
netzke-core-0.6.1 features/custom_css.feature
netzke-core-0.6.0 features/custom_css.feature