2014-09-11 15:08:38 +00:00
|
|
|
@chrome @clean @firefox @internet_explorer_10 @login @safari @test2.wikipedia.org
|
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
|