aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/__snapshots__
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-06-02 18:09:45 +0200
committersebdet <sebastien.determe@intl.att.com>2020-06-02 18:09:45 +0200
commit5f98f5d2da9d6227d466797ada3c9562fa0b856a (patch)
tree0f9a7b9b7630bb849d28ea2b4c66ce817a158163 /ui-react/src/__snapshots__
parentbadc1b5e02d60e15d08e231883cf74d2a28d92e1 (diff)
Removal of useless code
Removal of previous modal not used anymore Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ica6a316369433714323bf0fddff60722281d0f5f
Diffstat (limited to 'ui-react/src/__snapshots__')
-rw-r--r--ui-react/src/__snapshots__/LoopUI.test.js.snap8
-rw-r--r--ui-react/src/__snapshots__/OnapClamp.test.js.snap8
2 files changed, 0 insertions, 16 deletions
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap
index d8b2e7be5..958e77a99 100644
--- a/ui-react/src/__snapshots__/LoopUI.test.js.snap
+++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap
@@ -21,18 +21,10 @@ exports[`Verify LoopUI Test the render method 1`] = `
render={[Function]}
/>
<Route
- path="/operationalPolicyModal"
- render={[Function]}
- />
- <Route
path="/policyModal/:policyInstanceType/:policyName"
render={[Function]}
/>
<Route
- path="/configurationPolicyModal/:policyName"
- render={[Function]}
- />
- <Route
path="/createLoop"
render={[Function]}
/>
diff --git a/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
index 39b544556..a06f1edfa 100644
--- a/ui-react/src/__snapshots__/OnapClamp.test.js.snap
+++ b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
@@ -48,18 +48,10 @@ exports[`Verify OnapClamp Test the render method 1`] = `
render={[Function]}
/>
<Route
- path="/operationalPolicyModal"
- render={[Function]}
- />
- <Route
path="/policyModal/:policyInstanceType/:policyName"
render={[Function]}
/>
<Route
- path="/configurationPolicyModal/:policyName"
- render={[Function]}
- />
- <Route
path="/createLoop"
render={[Function]}
/>