mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
fcffffbb99
Using @edit_user_page hook is a workaround that avoids the problem where Selenium brings up Firefox with the cursor in the address bar Change-Id: Iba42cbb74378952760db3db68130ac74219cde9b
10 lines
364 B
Gherkin
10 lines
364 B
Gherkin
@edit_user_page @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
|
Feature: VisualEditor References
|
|
|
|
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
|