summaryrefslogtreecommitdiffstats
path: root/openecomp-ui
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui')
-rw-r--r--openecomp-ui/test/softwareProduct/landingPage/landingPage.test.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/openecomp-ui/test/softwareProduct/landingPage/landingPage.test.js b/openecomp-ui/test/softwareProduct/landingPage/landingPage.test.js
index ff36101c32..2ef1d9fce8 100644
--- a/openecomp-ui/test/softwareProduct/landingPage/landingPage.test.js
+++ b/openecomp-ui/test/softwareProduct/landingPage/landingPage.test.js
@@ -96,7 +96,7 @@ describe('Software Product Landing Page: ', function () {
...currentScreen.props,
currentSoftwareProduct,
componentsList: VSPComponentsFactory.buildList(2),
- features: [{name:'EXTERNAL_LICENCE', active: true}]
+ features: [{name:'EXTERNAL_LICENSE', active: true}]
};
const store = storeCreator();
@@ -113,7 +113,7 @@ describe('Software Product Landing Page: ', function () {
...currentScreen.props,
currentSoftwareProduct,
componentsList: VSPComponentsFactory.buildList(2),
- features: [{name:'EXTERNAL_LICENCE', active: true}]
+ features: [{name:'EXTERNAL_LICENSE', active: true}]
};
const e = { target: {
value: 'INTERNAL'
@@ -143,7 +143,7 @@ describe('Software Product Landing Page: ', function () {
currentSoftwareProduct,
...currentScreen.props,
componentsList: VSPComponentsFactory.buildList(2),
- features: [{name:'EXTERNAL_LICENCE', active: true}]
+ features: [{name:'EXTERNAL_LICENSE', active: true}]
};
const store = storeCreator();
@@ -171,7 +171,7 @@ describe('Software Product Landing Page: ', function () {
onUploadConfirmation: dummyFunc,
onUpload: dummyFunc,
onInvalidFileSizeUpload: dummyFunc,
- features: [{name:'EXTERNAL_LICENCE', active: true}]
+ features: [{name:'EXTERNAL_LICENSE', active: true}]
};
const files = [
@@ -215,7 +215,7 @@ describe('Software Product Landing Page: ', function () {
onUploadConfirmation: dummyFunc,
onUpload: dummyFunc,
onInvalidFileSizeUpload: dummyFunc,
- features: [{name:'EXTERNAL_LICENCE', active: true}]
+ features: [{name:'EXTERNAL_LICENSE', active: true}]
};
const store = storeCreator();