2016-02-11 12:12:53 +00:00
|
|
|
@en.wikipedia.beta.wmflabs.org @firefox
|
2013-08-28 13:02:52 +00:00
|
|
|
Feature: VisualEditor
|
|
|
|
|
|
|
|
Scenario: Basic edit
|
2014-05-14 15:36:57 +00:00
|
|
|
Given I go to the "Anonymous Edit Test" page with content "Anonymous Edit Test"
|
2013-11-08 14:34:05 +00:00
|
|
|
When I edit the page with Editing with
|
2013-08-28 13:02:52 +00:00
|
|
|
And I see the IP warning signs
|
|
|
|
And I click Save page
|
|
|
|
And I do not see This is a minor edit
|
|
|
|
And I click Review your changes
|
|
|
|
And I click Return to save form
|
|
|
|
And I edit the description of the change
|
|
|
|
And I click Save page the second time
|
2013-11-08 16:19:00 +00:00
|
|
|
Then Page text should contain Editing with
|