Removes 'languageshtml' property in mediawiki API's 'parse' action
[lhc/web/wiklou.git] / tests / browser / features / view_history.feature
1 Feature: View History
2
3 Scenario: Edit page and view history
4 Given I go to the "History Test Page" page with content "This is a page that will have history"
5 When I click Edit
6 And I edit the page with "Edited and a random string"
7 And I save the edit
8 And the edited page content should contain "Edited and a random string"
9 And I click View History
10 Then I should see a link to a previous version of the page