mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +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
18 lines
661 B
Gherkin
18 lines
661 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: VisualEditor insert new media
|
|
Given I click Media
|
|
And I enter Apollo 11 bootprint into media Search box
|
|
And I select an Image
|
|
And I click Use this image
|
|
And I fill up the Caption field with "caption"
|
|
And I fill up the Alternative text with "alt text"
|
|
And I click Insert
|
|
And I click Save page
|
|
And I click Review your changes
|
|
Then diff view should show media file with caption and alt text
|