mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
1236387abd
Paired with: Chris McMahon Bug: 58040 Change-Id: I83d4c391fc101bda8c18a6d0c533ca75795569ff
15 lines
487 B
Gherkin
15 lines
487 B
Gherkin
@clean @firefox @login @test2.wikipedia.org
|
|
Feature: VisualEditor
|
|
|
|
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
|