aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/__snapshots__
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/__snapshots__')
-rw-r--r--ui-react/src/__snapshots__/LoopUI.test.js.snap6
-rw-r--r--ui-react/src/__snapshots__/OnapClamp.test.js.snap8
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 ab4ea4999..22f549754 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 7a4d94570..7bb8f81ca 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