Sha256: abeeda8669613f0516ef5a5379ce6935d37e6f6e0354719cc1657381ceeaa0b3
Contents?: true
Size: 705 Bytes
Versions: 6
Compression:
Stored size: 705 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 show me the page 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" When In the main card content I click "Save as current" Then the card First should contain "chicken"
Version data entries
6 entries across 6 versions & 1 rubygems