Sha256: a9f31246bd2cabdefb5aacfcbd073829735a728e4d11b1365089d153d9d5a407

Contents?: true

Size: 886 Bytes

Versions: 2

Compression:

Stored size: 886 Bytes

Contents

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

  @selenium
  Scenario: Component loader should be able to load an component
    Given I am on the ComponentLoader test page
    When I press "Load component"
    Then I should see "Inner text"
    And I should see "Simple Component"

    When I press "Load in window"
    Then I should see "Component loaded in window"

  @selenium
  Scenario: Component loader should invoke a callback
    Given I am on the ComponentLoader test page
    When I press "Load with feedback"
    Then I should see "Callback invoked!"


  @selenium
  Scenario: Component loader should load a window component with another component in it
    Given I am on the ComponentLoader test page
    When I press "Load window with simple component"
    Then I should see "Simple Component Inside Window"
    And I should see "Inner text"


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
netzke-core-0.6.4 features/component_loader.feature
netzke-core-0.6.3 features/component_loader.feature