mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
966f2f7bbb
To get at least some Cucumber scenarios running in Jenkins, disable all of them that are failing and run only ones that are passing. The next step will be to fix failing scenarios. Bug: T94162 Change-Id: Id0338c1d6b86d6b45220c5c0802074be397fb607
14 lines
337 B
Gherkin
14 lines
337 B
Gherkin
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
|
|
|
|
|