aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/__snapshots__/OnapClamp.test.js.snap
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-02-25 15:13:31 -0800
committersebdet <sebastien.determe@intl.att.com>2020-02-26 07:25:24 -0800
commitc11160ecfdce03091917e2728f80848f4d8feb95 (patch)
tree21554251f47912e5d2cb35152a0ac42adaa02575 /ui-react/src/__snapshots__/OnapClamp.test.js.snap
parent3a26471260e56f7a87533f0147fc63530d6ea08c (diff)
Add new dialog for policy
Add a new dialog component for tosca based policy, config/op should use that dialog now. Issue-ID: CLAMP-653 Change-Id: I57523bc2d4bfbf5ca5a3acf5c59823df06fd4cd9 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/src/__snapshots__/OnapClamp.test.js.snap')
-rw-r--r--ui-react/src/__snapshots__/OnapClamp.test.js.snap6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
index 35951caa..1c456e19 100644
--- a/ui-react/src/__snapshots__/OnapClamp.test.js.snap
+++ b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
@@ -46,7 +46,11 @@ 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