mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
924e738652
This addresses some old technical debt. We also shifted the re-use reference test to the cite.feature where it belongs in the current architecture. Paired with Rummana for the update Change-Id: Ie50ac5bffec0d0ab6bcad704c323639f8e8553f0
15 lines
435 B
Gherkin
15 lines
435 B
Gherkin
@en.wikipedia.beta.wmflabs.org @firefox @internet_explorer_10 @login @safari @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 References list
|
|
Given I click Reference
|
|
And I can see the References User Interface
|
|
When I click Insert references list
|
|
Then link to Insert menu should be visible
|
|
|
|
|