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