From: Adam Wight Date: Mon, 5 Aug 2019 14:29:51 +0000 (+0200) Subject: Remove old comment and unused setting X-Git-Tag: 1.34.0-rc.0~789^2 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=fae72d0bb5103f2cf07874638d829bc2fdba1303;p=lhc%2Fweb%2Fwiklou.git Remove old comment and unused setting Change-Id: I813c90197ba0fc76d493a47f83107ba4bb8dff2a --- diff --git a/tests/selenium/wdio.conf.js b/tests/selenium/wdio.conf.js index 8c956c7771..662224ce1b 100644 --- a/tests/selenium/wdio.conf.js +++ b/tests/selenium/wdio.conf.js @@ -52,15 +52,11 @@ exports.config = { // ================== // Test Files - // FIXME: The non-core patterns to be removed once T199116 is fixed. // ================== specs: [ relPath( './tests/selenium/wdio-mediawiki/specs/*.js' ), relPath( './tests/selenium/specs/**/*.js' ) ], - // Patterns to exclude - exclude: [ - ], // ============ // Capabilities