Esanders has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/296625

Change subject: screenshots: Add task for plain insert menu
......................................................................

screenshots: Add task for plain insert menu

Change-Id: Id77df7ff88e030b283b1f94ff85537bfd4f20345
---
M build/screenshots.js
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/25/296625/1

diff --git a/build/screenshots.js b/build/screenshots.js
index 20ae960..1596f4a 100644
--- a/build/screenshots.js
+++ b/build/screenshots.js
@@ -225,6 +225,12 @@
                                        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 () {

-- 
To view, visit https://gerrit.wikimedia.org/r/296625
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id77df7ff88e030b283b1f94ff85537bfd4f20345
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Esanders <esand...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to