From 6ebb3a55730b149d7ea7e924becdc6cb005f36bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=BDeljko=20Filipin?= Date: Tue, 19 Jun 2018 17:04:09 +0200 Subject: [PATCH] Selenium: run Wikibase repo tests Similar to custom location of VisualEditor tests, Wikibase has tests in repo and client folders. Bug: T180228 Change-Id: I3debe8bed9a760aea374529dbe007aa5a72421aa --- tests/selenium/wdio.conf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/selenium/wdio.conf.js b/tests/selenium/wdio.conf.js index f785d36bdb..8b47dff076 100644 --- a/tests/selenium/wdio.conf.js +++ b/tests/selenium/wdio.conf.js @@ -46,6 +46,7 @@ exports.config = { relPath( './tests/selenium/specs/**/*.js' ), relPath( './extensions/*/tests/selenium/specs/**/*.js' ), relPath( './extensions/VisualEditor/modules/ve-mw/tests/selenium/specs/**/*.js' ), + relPath( './extensions/Wikibase/repo/tests/selenium/specs/**/*.js' ), relPath( './skins/*/tests/selenium/specs/**/*.js' ) ], // Patterns to exclude -- 2.20.1