diff options
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 |