Merge "Bidi-isolate and nowrap parser tags on Special:Version"
[lhc/web/wiklou.git] / tests / browser / features / edit_page.feature
1 @chrome @clean @firefox @login @phantomjs
2 Feature: Edit Page
3
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"