mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
122be9c95a
In some tests the save button won't be available for a few ms until the latest transaction has been pushed to the undo stack. Change-Id: If03f03b033a21a039a322ca32983d0302e44efbb
16 lines
615 B
Gherkin
16 lines
615 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
|
|
Then Save page should be visible
|
|
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
|