Sha256: fbcb539ae0501c471537eb495f25482fec993aa1f22333f3bae3e0fecf550b1b

Contents?: true

Size: 652 Bytes

Versions: 4

Compression:

Stored size: 652 Bytes

Contents

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

  @javascript
  Scenario: The component with persistence should be able to store and retrieve a persistence setting
    When I go to the ComponentWithSessionPersistence test page
    Then I should see "Default Title"
    And I should see "Default HTML"
    But I should not see "Title From Session"
    And I should not see "HTML from session"

    When I press "Tell server to store new title"
    And I wait for response from server
    And I go to the ComponentWithSessionPersistence test page
    Then I should see "Title From Session"
    And I should see "HTML from session"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
netzke-core-0.7.7 test/core_test_app/features/persistence.feature
netzke-core-0.7.6 test/core_test_app/features/persistence.feature
netzke-core-0.7.5 test/core_test_app/features/persistence.feature
netzke-core-0.7.4 test/core_test_app/features/persistence.feature