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
13 lines
444 B
Gherkin
13 lines
444 B
Gherkin
@en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
|
Feature: VisualEditor References
|
|
|
|
Scenario: VisualEditor References
|
|
Given I am logged in
|
|
And I am at my user page
|
|
When I click Edit for VisualEditor
|
|
And I click Reference
|
|
And I can see the References User Interface
|
|
And I enter THIS IS CONTENT into Content box
|
|
And I click Insert reference
|
|
Then link to Insert menu should be visible
|