Sha256: 911ebb13cc20b5b4e29fdb55b601f38ec0a1c7d297022fe39714f4424c307310
Contents?: true
Size: 681 Bytes
Versions: 33
Compression:
Stored size: 681 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" When In the main card content I click "Save as current" Then the card First should contain "chicken" Then I wait a sec
Version data entries
33 entries across 33 versions & 1 rubygems