diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-11-20 14:51:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-20 14:51:08 +0000 |
commit | 876d1a49367b4614680954913590372d773ec8ec (patch) | |
tree | 15ba727dd0948a2d66d80db25f508113a23f7918 /ui-react/src/__snapshots__ | |
parent | cc00c38d90010a424d7faa337564c051e0b86e5b (diff) | |
parent | 684057e69bea57d0bd954a84a10581a81d546006 (diff) |
Merge "Adding View BP template Menu"
Diffstat (limited to 'ui-react/src/__snapshots__')
-rw-r--r-- | ui-react/src/__snapshots__/LoopUI.test.js.snap | 6 | ||||
-rw-r--r-- | ui-react/src/__snapshots__/OnapClamp.test.js.snap | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap index ab4ea499..22f54975 100644 --- a/ui-react/src/__snapshots__/LoopUI.test.js.snap +++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap @@ -5,7 +5,11 @@ exports[`Verify LoopUI Test the render method 1`] = ` id="main_div" > <Route - path="/viewToscaModal" + path="/viewToscaPolicyModal" + render={[Function]} + /> + <Route + path="/viewBlueprintMicroServiceTemplatesModal" render={[Function]} /> <Route diff --git a/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/ui-react/src/__snapshots__/OnapClamp.test.js.snap index 7a4d9457..7bb8f81c 100644 --- a/ui-react/src/__snapshots__/OnapClamp.test.js.snap +++ b/ui-react/src/__snapshots__/OnapClamp.test.js.snap @@ -21,6 +21,8 @@ exports[`Verify OnapClamp Test the render method 1`] = ` "menuFontColor": "black", "menuHighlightedBackgroundColor": "#337ab7", "menuHighlightedFontColor": "white", + "toscaTextareaBackgroundColor": "#E8E8E8", + "toscaTextareaFontSize": "13px", } } > @@ -28,7 +30,11 @@ exports[`Verify OnapClamp Test the render method 1`] = ` id="main_div" > <Route - path="/viewToscaModal" + path="/viewToscaPolicyModal" + render={[Function]} + /> + <Route + path="/viewBlueprintMicroServiceTemplatesModal" render={[Function]} /> <Route |