aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/__snapshots__
diff options
context:
space:
mode:
authordrveerendra <vrajasekharaiah@att.com>2020-03-04 20:30:44 -0500
committerdrveerendra <vrajasekharaiah@att.com>2020-03-04 20:30:44 -0500
commit5032095d221292ad2909f0cb9c9c99d3d5111d0c (patch)
tree7c25cd20f05f95210f154e7598d394b632ae7c37 /ui-react/src/__snapshots__
parentf0e00e7c9ea8dd15a4aacdd880aa648539caf087 (diff)
Adding manage dictionary UI feature
Adding manage dictionaries.js, its test file and respective changes in loopui, menu js files Issue-ID: CLAMP-589 Change-Id: Ib0440a7a966f3736682d2964e3329e08c91578d3 Signed-off-by: drveerendra <vrajasekharaiah@att.com>
Diffstat (limited to 'ui-react/src/__snapshots__')
-rw-r--r--ui-react/src/__snapshots__/LoopUI.test.js.snap4
-rw-r--r--ui-react/src/__snapshots__/OnapClamp.test.js.snap4
2 files changed, 8 insertions, 0 deletions
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap
index 7d2c4467e..9de232dd6 100644
--- a/ui-react/src/__snapshots__/LoopUI.test.js.snap
+++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap
@@ -17,6 +17,10 @@ exports[`Verify LoopUI Test the render method 1`] = `
render={[Function]}
/>
<Route
+ path="/ManageDictionaries"
+ render={[Function]}
+ />
+ <Route
path="/operationalPolicyModal"
render={[Function]}
/>
diff --git a/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
index e195523b9..91812b7c5 100644
--- a/ui-react/src/__snapshots__/OnapClamp.test.js.snap
+++ b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
@@ -42,6 +42,10 @@ exports[`Verify OnapClamp Test the render method 1`] = `
render={[Function]}
/>
<Route
+ path="/ManageDictionaries"
+ render={[Function]}
+ />
+ <Route
path="/operationalPolicyModal"
render={[Function]}
/>