Sha256: 53ed0fc452e84330626db59a60b278af9be112072d34222b800870aa96b5b57c
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
Feature: Component with persistence In order to value As a role I want feature @javascript Scenario: ComponentWithPersistence should behave When I go to the ComponentWithPersistence test page Then I should see "Default title" When I press "Change title" And I go to the ComponentWithPersistence test page Then I should see "New title" But I should not see "Default title" When I press "Set original title" And I go to the ComponentWithPersistence test page Then I should see "Default title" But I should not see "New title"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
netzke-persistence-0.1.0 | features/component_with_persistence.feature |