mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
58049b0c2c
selenium* jobs are a new way of running Ruby based Selenium tests. The jobs are triggered daily. Bug: T128190 Change-Id: I11554b23a0e347736a67766f8c0b9879d5a6bed9
15 lines
542 B
Gherkin
15 lines
542 B
Gherkin
@en.wikipedia.beta.wmflabs.org @firefox @skip
|
|
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
|