Added release notes for 'ContentHandler::runLegacyHooks' removal
[mediawiki.git] / tests / browser / features / edit_page.feature
blob0a5d3cd9ab2e93447c2dc553dae911932c4133ef
1 @chrome @firefox @skip @vagrant
2 Feature: Edit Page
4   Scenario: Create and edit page
5     Given I go to the "Editing Test Page" page with content "This is a page to test editing"
6     When I click Edit
7       And I edit the page with "Edited and a random string"
8       And I click Preview
9       And I click Show Changes
10       And I save the edit
11     Then the edited page content should contain "Edited and a random string"