QA: Do not mention Wikimedia Foundation wikis in browser tests
[lhc/web/wiklou.git] / tests / browser / features / view_history.feature
1 @chrome @clean @firefox @phantomjs
2 Feature: View History
3
4 Scenario: Edit page and view history
5 Given I go to the "History Test Page" page with content "This is a page that will have history"
6 When I click Edit
7 And I edit the page with "Edited and a random string"
8 And I save the edit
9 And the edited page content should contain "Edited and a random string"
10 And I click View History
11 Then I should see a link to a previous version of the page