2015-01-28 19:36:36 +00:00
|
|
|
@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
|
|
|
|
|
2015-02-06 03:09:38 +00:00
|
|
|
Scenario: VisualEditor insert new media
|
2015-01-28 19:36:36 +00:00
|
|
|
Given I click Media
|
2015-02-06 03:09:38 +00:00
|
|
|
And I enter bug into media Search box
|
2015-01-28 19:36:36 +00:00
|
|
|
And I select an Image
|
|
|
|
And I click Use this image
|
2015-01-29 22:54:45 +00:00
|
|
|
And I fill up the Caption field with "caption"
|
|
|
|
And I fill up the Alternative text with "alt text"
|
|
|
|
And I click Insert
|
2015-01-28 19:36:36 +00:00
|
|
|
And I click Save page
|
|
|
|
And I click Review your changes
|
2015-02-06 03:09:38 +00:00
|
|
|
Then diff view should show media file with caption and alt text
|