diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-02-17 06:03:31 -0800 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-02-17 06:03:31 -0800 |
commit | 3b7f669088d5867056578b275bf4314af3a439c6 (patch) | |
tree | f450bba727ee2d62c2527dfe3c13f9d6dd9d50bc /ui-react/src/__snapshots__ | |
parent | 3a83e2a2ff88ef49535973df8dc77dc8015170da (diff) |
Fix the loop template view
Fix the loop template view modal as the rest api has been changed + the database model as well
Issue-ID: CLAMP-589
Change-Id: I57521bc1c3afaf4ca5a2acf4c59823df06fd4cd9
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/src/__snapshots__')
-rw-r--r-- | ui-react/src/__snapshots__/LoopUI.test.js.snap | 2 | ||||
-rw-r--r-- | ui-react/src/__snapshots__/OnapClamp.test.js.snap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap index 5f7611bbc..98f1a460b 100644 --- a/ui-react/src/__snapshots__/LoopUI.test.js.snap +++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap @@ -13,7 +13,7 @@ exports[`Verify LoopUI Test the render method 1`] = ` render={[Function]} /> <Route - path="/viewBlueprintMicroServiceTemplatesModal" + path="/ViewLoopTemplatesModal" render={[Function]} /> <Route diff --git a/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/ui-react/src/__snapshots__/OnapClamp.test.js.snap index 5961cd2fc..59a6fd45e 100644 --- a/ui-react/src/__snapshots__/OnapClamp.test.js.snap +++ b/ui-react/src/__snapshots__/OnapClamp.test.js.snap @@ -38,7 +38,7 @@ exports[`Verify OnapClamp Test the render method 1`] = ` render={[Function]} /> <Route - path="/viewBlueprintMicroServiceTemplatesModal" + path="/ViewLoopTemplatesModal" render={[Function]} /> <Route |