mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "screenshots: Add task for plain insert menu"
This commit is contained in:
commit
c430cbd9bc
|
@ -225,6 +225,12 @@ function runTests( lang ) {
|
||||||
seleniumUtils.runMenuTask( arguments[ arguments.length - 1 ], ve.init.target.toolbar.tools.bullet );
|
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',
|
runScreenshotTest( 'VisualEditor_Media_Insert_Menu',
|
||||||
// This function is converted to a string and executed in the browser
|
// This function is converted to a string and executed in the browser
|
||||||
function () {
|
function () {
|
||||||
|
|
Loading…
Reference in a new issue