mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
a367ee5fa9
Also re-enabled for Chrome Change-Id: If61848d24d9133fef514ef5c360d6d90f943abaa
14 lines
512 B
Gherkin
14 lines
512 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
|
Feature: VisualEditor References
|
|
|
|
Background:
|
|
Given I go to the "References VisualEditor Test" page with content "References VisualEditor Test"
|
|
And I click in the editable part
|
|
|
|
Scenario: VisualEditor References
|
|
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
|