Merge "screenshots: Add task for plain insert menu"

This commit is contained in:
jenkins-bot 2016-06-29 22:51:21 +00:00 committed by Gerrit Code Review
commit c430cbd9bc

View file

@ -225,6 +225,12 @@ function runTests( lang ) {
seleniumUtils.runMenuTask( arguments[ arguments.length - 1 ], ve.init.target.toolbar.tools.bullet );
}
);
runScreenshotTest( 'VisualEditor_Insert_Menu',
// This function is converted to a string and executed in the browser
function () {
seleniumUtils.runMenuTask( arguments[ arguments.length - 1 ], ve.init.target.toolbar.tools.media, true );
}
);
runScreenshotTest( 'VisualEditor_Media_Insert_Menu',
// This function is converted to a string and executed in the browser
function () {