mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
af2fe79f9b
Change-Id: Ic27711bcef33614fe4706df48dbcd6d0dca038b4
21 lines
740 B
Gherkin
21 lines
740 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
|
Feature: VisualEditor References
|
|
|
|
Background:
|
|
Given I go to a page that has references
|
|
And I click in the editable part
|
|
|
|
Scenario: Creating VisualEditor Reference
|
|
Given I click Reference
|
|
And I can see the References User Interface
|
|
When I enter THIS IS CONTENT into Content box
|
|
And I click Insert reference
|
|
Then link to Insert menu should be visible
|
|
|
|
Scenario: Reusing an existing reference
|
|
When I edit the page with Some content related to existing reference
|
|
And I create a reference using existing reference
|
|
Then first link to reference should be visible
|
|
And second link to reference should be visible
|
|
|