mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
[BrowserTest] change search criteria for beta labs issue
In the interest of having tests pass while we fix the issue with Template: searches Change-Id: I1cbdd6ca12779459a4a6e67b466b5f61ec8aeead
This commit is contained in:
parent
7228f6b84c
commit
4f7b4170e2
|
@ -9,12 +9,12 @@ Feature: VisualEditor Transclusion
|
|||
And I can see the Transclusion User Interface
|
||||
|
||||
Scenario: Add template
|
||||
When I enter S into transclusion Content box
|
||||
When I enter C into transclusion Content box
|
||||
Then I see a list of template suggestions
|
||||
And I click the Add template button
|
||||
|
||||
Scenario: Add parameter to template
|
||||
And I enter S into transclusion Content box
|
||||
And I enter C into transclusion Content box
|
||||
And I see a list of template suggestions
|
||||
And I click the Add template button
|
||||
And I click Add parameter
|
||||
|
@ -23,7 +23,7 @@ Feature: VisualEditor Transclusion
|
|||
Then I should see the Insert template button
|
||||
|
||||
Scenario: Remove parameter
|
||||
And I enter S into transclusion Content box
|
||||
And I enter C into transclusion Content box
|
||||
And I see a list of template suggestions
|
||||
And I click the Add template button
|
||||
And I click Add parameter
|
||||
|
|
Loading…
Reference in a new issue