summaryrefslogtreecommitdiff
path: root/tests/browser/features/view_history.feature
blob: ba61ebda8a00dd7d76eb7629b92e4af6710dd993 (plain)
1
2
3
4
5
6
7
8
9
10
11
@chrome @clean @firefox @phantomjs
Feature: View History

  Scenario: Edit page and view history
    Given I go to the "History Test Page" page with content "This is a page that will have history"
    When I click Edit
      And I edit the page with "Edited and a random string"
      And I save the edit
      And the edited page content should contain "Edited and a random string"
      And I click View History
    Then I should see a link to a previous version of the page