Update suc alert color
[clamp.git] / ui-react / src / __snapshots__ / OnapClamp.test.js.snap
index 1c456e1..2351853 100644 (file)
@@ -41,6 +41,10 @@ exports[`Verify OnapClamp Test the render method 1`] = `
       path="/ViewLoopTemplatesModal"
       render={[Function]}
     />
+    <Route
+      path="/ManageDictionaries"
+      render={[Function]}
+    />
     <Route
       path="/operationalPolicyModal"
       render={[Function]}
@@ -53,6 +57,10 @@ exports[`Verify OnapClamp Test the render method 1`] = `
       path="/configurationPolicyModal/:policyName"
       render={[Function]}
     />
+    <Route
+      path="/createLoop"
+      render={[Function]}
+    />
     <Route
       path="/openLoop"
       render={[Function]}
@@ -106,27 +114,50 @@ exports[`Verify OnapClamp Test the render method 1`] = `
       render={[Function]}
     />
     <GlobalStyleComponent />
-    <Alert
-      closeLabel="Close alert"
-      dismissible={true}
-      onClose={[Function]}
-      show={false}
-      transition={
-        Object {
-          "$$typeof": Symbol(react.forward_ref),
-          "defaultProps": Object {
-            "appear": false,
-            "in": false,
-            "mountOnEnter": false,
-            "timeout": 300,
-            "unmountOnExit": false,
-          },
-          "displayName": "Fade",
-          "render": [Function],
+    <div>
+      <Alert
+        closeLabel="Close alert"
+        dismissible={true}
+        onClose={[Function]}
+        show={false}
+        transition={
+          Object {
+            "$$typeof": Symbol(react.forward_ref),
+            "defaultProps": Object {
+              "appear": false,
+              "in": false,
+              "mountOnEnter": false,
+              "timeout": 300,
+              "unmountOnExit": false,
+            },
+            "displayName": "Fade",
+            "render": [Function],
+          }
         }
-      }
-      variant="danger"
-    />
+        variant="success"
+      />
+      <Alert
+        closeLabel="Close alert"
+        dismissible={true}
+        onClose={[Function]}
+        show={false}
+        transition={
+          Object {
+            "$$typeof": Symbol(react.forward_ref),
+            "defaultProps": Object {
+              "appear": false,
+              "in": false,
+              "mountOnEnter": false,
+              "timeout": 300,
+              "unmountOnExit": false,
+            },
+            "displayName": "Fade",
+            "render": [Function],
+          }
+        }
+        variant="danger"
+      />
+    </div>
     <Navbar
       collapseOnSelect={false}
       expand={true}