1 @chrome @clean @firefox @login @phantomjs
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"
7 And I edit the page with "Edited and a random string"
9 And I click Show Changes
11 Then the edited page content should contain "Edited and a random string"