mediawiki-extensions-Visual.../modules/ve-mw/tests/browser/features/media_general_settings.feature
Željko Filipin 58049b0c2c [BrowserTest] Migration of browsertests* Jenkins jobs to selenium* jobs
selenium* jobs are a new way of running Ruby based Selenium tests. The
jobs are triggered daily.

Bug: T128190
Change-Id: I11554b23a0e347736a67766f8c0b9879d5a6bed9
2016-04-26 12:40:45 +02:00

19 lines
707 B
Gherkin

@en.wikipedia.beta.wmflabs.org @firefox @skip
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