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,