mediawiki-extensions-Visual.../modules/ve-mw/tests/browser/features/transclusion.feature
Željko Filipin 966f2f7bbb [BrowserTest] Jenkins runs only passing Cucumber scenarios
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
2016-02-15 13:18:19 +00:00

31 lines
1.2 KiB
Gherkin

Feature: VisualEditor Transclusion
Background:
Given I go to the "Template:Seleniumtest" page with content "Template for selenium testing"
And I go to the "Transclusion VisualEditor Test" page with content "Transclusion VisualEditor Test"
And I click in the editable part
And I click Transclusion
And I can see the Transclusion User Interface
Scenario: Add template
When I enter S into transclusion Content box
Then I should see a list of template suggestions
Scenario: Add parameter to template
And I enter S into transclusion Content box
And I see a list of template suggestions
And I click the Add template button
And I see an input text area
When I enter x in the parameter box
Then I should see the Insert template button
Scenario: Remove parameter
And I enter S into transclusion Content box
And I see a list of template suggestions
And I click the Add template button
And I see an input text area
And I enter q in the parameter box
And I click the parameter representation containing q
When I click Remove parameter
Then I should see the Insert template button