summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/Gruntfile.js
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-03-13 02:06:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-13 02:06:34 +0000
commitf826a2a29a5626db630470513a097413c8af4062 (patch)
treebdec41acfc8509f7c852af4cfc25c9807038af34 /testapi/opnfv_testapi/ui/Gruntfile.js
parentc22ede1f489a6b8df123c657a6a0001103eb7ba4 (diff)
parent397fb1c066ede6b491c922bc976c9e50247d469a (diff)
Merge "Fix the authenticate=false in scenario"
Diffstat (limited to 'testapi/opnfv_testapi/ui/Gruntfile.js')
-rw-r--r--testapi/opnfv_testapi/ui/Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/ui/Gruntfile.js b/testapi/opnfv_testapi/ui/Gruntfile.js
index 41a2ec5..805ad9f 100644
--- a/testapi/opnfv_testapi/ui/Gruntfile.js
+++ b/testapi/opnfv_testapi/ui/Gruntfile.js
@@ -123,7 +123,8 @@ module.exports = function (grunt) {
'../tests/UI/e2e/resultsControllerSpec.js',
'../tests/UI/e2e/scenariosControllerSpec.js',
'../tests/UI/e2e/scenarioControllerSpec.js',
- '../tests/UI/e2e/deployResultsControllerSpec.js'
+ '../tests/UI/e2e/deployResultsControllerSpec.js',
+ '../tests/UI/e2e/authenticateFalseSpec.js'
]
}
},