mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
f8d0cbded5
Change-Id: Ifa4917442707d0c83799ea7e018ae1c4aa7bb4c6
16 lines
521 B
Gherkin
16 lines
521 B
Gherkin
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @test2.wikipedia.org
|
|
Feature: VisualEditor
|
|
|
|
@login
|
|
Scenario: Basic edit
|
|
Given I am at my user page
|
|
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
|