Added release notes for 'ContentHandler::runLegacyHooks' removal
[mediawiki.git] / tests / browser / features / view_history.feature
blob8e72bcf3d926237d4881893bc728587714f4909b
1 @chrome @firefox @skip @vagrant
2 Feature: View History
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