Sha256: 3fa3fee80bc271fa500bc93d3d2345ad2e4c756a28e8ef959110cf5c91c7145f

Contents?: true

Size: 843 Bytes

Versions: 14

Compression:

Stored size: 843 Bytes

Contents

# @javascript
# Feature: History
#   As an editor
#   I want to be able to browse through the history and save an old version as
#   current.
#
#   Background:
#     Given I am signed in as Joe Admin
#     Then the card First should not contain "chicken"
#
#   Scenario: view history and rollback
#     When I go to url "/First?view=history"
#     #    Then In the main card content I should see a del with content "egg"
#
#     When I expand act 2
#     #    And In the main card content I click "Hide changes"
#     #    Then In the main card content I should not see a del with content "egg"
#     And I wait for ajax response
#
#     When In the main card body I click "Save as current"
#     And I wait for ajax response
#
#     Then In the main card content I should see "chicken"
#
#     #Then the card First should contain "chicken"


Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
wagn-1.21.1 features/history.feature
decko-0.3.3 features/history.feature
decko-0.3.2 features/history.feature
decko-0.3.1 features/history.feature
decko-0.3.0 features/history.feature
decko-0.2.2 features/history.feature
decko-0.2.1 features/history.feature
decko-0.2 features/history.feature
decko-0.1 features/history.feature
wagn-1.21.0 features/history.feature
wagn-1.20.4 features/history.feature
wagn-1.20.3 features/history.feature
wagn-1.20.2 features/history.feature
wagn-1.20.1 features/history.feature