Fix typo issue 56/122656/2
authorxuegao <xue.gao@intl.att.com>
Thu, 15 Jul 2021 06:56:52 +0000 (08:56 +0200)
committerXue Gao <xue.gao@intl.att.com>
Thu, 15 Jul 2021 13:43:46 +0000 (13:43 +0000)
Use "license" instead of "licence" to be consistent with the variable used in features.properties.erb

Issue-ID: SDC-3618
Signed-off-by: xuegao <xue.gao@intl.att.com>
Change-Id: I11ae8aa6039778136913819d366f97cd9a209efb

openecomp-ui/test/softwareProduct/landingPage/landingPage.test.js

index ff36101..2ef1d9f 100644 (file)
@@ -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();