From ff8773f6bd14583b2185f7dccf6586d7f7ed722e Mon Sep 17 00:00:00 2001 From: Kazuki Nakanishi Date: Fri, 5 Jan 2018 23:22:49 +0900 Subject: [PATCH] Fix the problem that occurs by grunt coverage (#1537) --- test/editor/specs/{editor_spec.js => editor_uispec.js} | 0 test/editor/wdio.conf.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/editor/specs/{editor_spec.js => editor_uispec.js} (100%) 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: [