Adding manage dictionary UI feature
[clamp.git] / ui-react / src / __snapshots__ / OnapClamp.test.js.snap
index 7a4d945..91812b7 100644 (file)
@@ -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,19 @@ exports[`Verify OnapClamp Test the render method 1`] = `
     id="main_div"
   >
     <Route
-      path="/viewToscaModal"
+      path="/uploadToscaPolicyModal"
+      render={[Function]}
+    />
+    <Route
+      path="/viewToscaPolicyModal"
+      render={[Function]}
+    />
+    <Route
+      path="/ViewLoopTemplatesModal"
+      render={[Function]}
+    />
+    <Route
+      path="/ManageDictionaries"
       render={[Function]}
     />
     <Route
@@ -36,7 +50,15 @@ exports[`Verify OnapClamp Test the render method 1`] = `
       render={[Function]}
     />
     <Route
-      path="/configurationPolicyModal/:componentName"
+      path="/policyModal/:policyInstanceType/:policyName"
+      render={[Function]}
+    />
+    <Route
+      path="/configurationPolicyModal/:policyName"
+      render={[Function]}
+    />
+    <Route
+      path="/createLoop"
       render={[Function]}
     />
     <Route
@@ -47,6 +69,10 @@ exports[`Verify OnapClamp Test the render method 1`] = `
       path="/loopProperties"
       render={[Function]}
     />
+    <Route
+      path="/modifyLoop"
+      render={[Function]}
+    />
     <Route
       path="/userInfo"
       render={[Function]}