browser acceptance tests
[lhc/web/wiklou.git] / tests / browser / features / edit_page.feature
1 Feature: Edit Page
2
3 Scenario: Create and edit page
4 Given I go to the "Editing Test Page" page with content "This is a page to test editing"
5 When I click Edit
6 And I edit the page with "Edited and a random string"
7 And I save the edit
8 Then the edited page content should contain "Edited and a random string"