diff options
author | S�bastien Determe <sebastien.determe@intl.att.com> | 2021-02-17 13:50:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-17 13:50:53 +0000 |
commit | ff40e4d25e810321265daadec438abd2a215951f (patch) | |
tree | 22fc4150c1babb9771fc56258005f27f5ac7d45c /ui-react/src/__snapshots__/LoopUI.test.js.snap | |
parent | 25f228a730563c414bce5d65cdb3210ce9eae4c6 (diff) | |
parent | eb8e3f1dd891ac98f1bbaf35a2a0679146785236 (diff) |
Merge "Add New UI component for policies list"
Diffstat (limited to 'ui-react/src/__snapshots__/LoopUI.test.js.snap')
-rw-r--r-- | ui-react/src/__snapshots__/LoopUI.test.js.snap | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap index cae9182ff..1a8a98257 100644 --- a/ui-react/src/__snapshots__/LoopUI.test.js.snap +++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap @@ -14,11 +14,15 @@ exports[`Verify LoopUI Test the render method 1`] = ` render={[Function]} /> <Route - path="/ViewLoopTemplatesModal" + path="/viewLoopTemplatesModal" render={[Function]} /> <Route - path="/ManageDictionaries" + path="/manageDictionaries" + render={[Function]} + /> + <Route + path="/viewAllPolicies" render={[Function]} /> <Route |