mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
abc5b9920d
No longer needed, since the files are now in VisualEditor repository. Change-Id: Id677c2630ff5a1ae2d49f62058d0d4fdebeaf381
16 lines
515 B
Gherkin
16 lines
515 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 a string
|
|
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 the string
|