From 3d3ff7ec240c870eafed0d2e850f458a85f5df5e Mon Sep 17 00:00:00 2001 From: rahuljain-dev Date: Tue, 19 Nov 2024 17:15:04 +0530 Subject: [PATCH] WEBUI-1602: Analyse and fix ftest & a11y failures in WebUI pipelines --- packages/nuxeo-web-ui-ftest/wdio.conf.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/nuxeo-web-ui-ftest/wdio.conf.js b/packages/nuxeo-web-ui-ftest/wdio.conf.js index 6cd4e1c399..269288e3e3 100644 --- a/packages/nuxeo-web-ui-ftest/wdio.conf.js +++ b/packages/nuxeo-web-ui-ftest/wdio.conf.js @@ -101,7 +101,6 @@ exports.config = { // WebdriverIO allows it to run your tests in arbitrary locations (e.g. locally or // on a remote machine). runner: 'local', - // specs: ['../../ftest/features/**'], specs: [path.join(process.cwd(), './features/*.feature')], // check http://webdriver.io/guide/testrunner/debugging.html for more info on debugging with wdio debug: process.env.DEBUG,