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

Version Path
wagn-1.19.6 features/history.feature
wagn-1.19.5 features/history.feature
wagn-1.19.4 features/history.feature
wagn-1.19.3 features/history.feature
wagn-1.19.2 features/history.feature
wagn-1.19.1 features/history.feature
wagn-1.19.0 features/history.feature
wagn-1.18.6 features/history.feature
wagn-1.18.5 features/history.feature
wagn-1.18.4 features/history.feature
wagn-1.18.3 features/history.feature
wagn-1.18.2 features/history.feature
wagn-1.18.1 features/history.feature
wagn-1.18.0 features/history.feature
wagn-1.17.4 features/history.feature
wagn-1.17.3 features/history.feature
wagn-1.17.2 features/history.feature
wagn-1.17.1 features/history.feature
wagn-1.17.0 features/history.feature
wagn-1.16.15 features/history.feature