mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
4cbcfe8b66
Change-Id: I55c9247d235fa7ed4e020c62338d42a88d6c2358
19 lines
759 B
Gherkin
19 lines
759 B
Gherkin
@en.wikipedia.beta.wmflabs.org @firefox @internet_explorer_10 @login @safari @test2.wikipedia.org
|
|
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
|