mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
58049b0c2c
selenium* jobs are a new way of running Ruby based Selenium tests. The jobs are triggered daily. Bug: T128190 Change-Id: I11554b23a0e347736a67766f8c0b9879d5a6bed9
13 lines
381 B
Gherkin
13 lines
381 B
Gherkin
@en.wikipedia.beta.wmflabs.org @firefox @skip
|
|
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
|