mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
c77d2d1ff6
Merely for testing the browser test Jenkins job. Change-Id: I425af4bd2f6e709252931dc49d64bb4f47539710
16 lines
528 B
Gherkin
16 lines
528 B
Gherkin
@clean @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
|