Remove Profiler::isStub()
[mediawiki.git] / tests / browser / features / edit_page.feature
blobb905795e7e61a7728c052fef028c4a9ea7009055
1 @chrome @clean @firefox @login @phantomjs
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"