diff --git a/test/editor/specs/editor_spec.js b/test/editor/specs/editor_uispec.js similarity index 100% rename from test/editor/specs/editor_spec.js rename to test/editor/specs/editor_uispec.js diff --git a/test/editor/wdio.conf.js b/test/editor/wdio.conf.js index 8aa28c340..08cc1e60f 100644 --- a/test/editor/wdio.conf.js +++ b/test/editor/wdio.conf.js @@ -26,7 +26,7 @@ exports.config = { // directory is where your package.json resides, so `wdio` will be called from there. // specs: [ - './test/editor/**/*_spec.js' + './test/editor/**/*_uispec.js' ], // Patterns to exclude. exclude: [