mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
60e3b55393
This reverts commit 122be9c95a
.
Change-Id: Ia79636d5fdcf3f1a224c93688c164bf1030c3bee
15 lines
578 B
Gherkin
15 lines
578 B
Gherkin
@chrome @clean @firefox @internet_explorer_10 @login @safari @test2.wikipedia.org
|
|
Feature: VisualEditor
|
|
|
|
Scenario: Basic edit
|
|
Given I go to the "Anonymous Edit Test" page with content "Anonymous Edit Test"
|
|
When I edit the page with Editing with
|
|
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
|
|
Then Page text should contain Editing with
|