mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
f850ddf73b
All other repositories have tests in “tests” folder. For more information see: http://lists.wikimedia.org/pipermail/qa/2014-July/001663.html http://lists.wikimedia.org/pipermail/qa/2014-July/001667.html http://lists.wikimedia.org/pipermail/qa/2014-July/001672.html Change-Id: Ib1e4fa4b7203bd8217615db1ceac23a329c081f1
23 lines
733 B
Gherkin
23 lines
733 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
|
Feature: VisualEditor References
|
|
|
|
Mothballed scenario pending updates to ui:
|
|
cenario: Reusing an existing reference
|
|
hen I edit the page with Some content related to existing reference
|
|
nd I create a reference using existing reference
|
|
hen first link to reference should be visible
|
|
nd second link to reference should be visible
|
|
|
|
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 click Insert references list
|
|
Then link to Insert menu should be visible
|
|
|
|
|
|
|