mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
f850ddf73b
All other repositories have tests in “tests” folder. For more information see: http://lists.wikimedia.org/pipermail/qa/2014-July/001663.html http://lists.wikimedia.org/pipermail/qa/2014-July/001667.html http://lists.wikimedia.org/pipermail/qa/2014-July/001672.html Change-Id: Ib1e4fa4b7203bd8217615db1ceac23a329c081f1
15 lines
548 B
Gherkin
15 lines
548 B
Gherkin
@chrome @clean @firefox @login @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
|