mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +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
19 lines
600 B
Gherkin
19 lines
600 B
Gherkin
Feature: VisualEditor Media Interface
|
|
|
|
Background:
|
|
Given I go to the "Media Interface VisualEditor Test" page with content "Media Interface VisualEditor Test"
|
|
And I click in the editable part
|
|
|
|
Scenario Outline: VisualEditor insert new media
|
|
Given I click Media
|
|
And I enter <search_term> into media Search box
|
|
And I select an Image
|
|
And I click Use this image
|
|
And I click Insert
|
|
And I click Save page
|
|
And I click Review your changes
|
|
Then diff view should show correct markup
|
|
Examples:
|
|
| search_term |
|
|
| Apollo 11 bootprint |
|