diff options
Diffstat (limited to 'ui-react/src/__snapshots__/LoopUI.test.js.snap')
-rw-r--r-- | ui-react/src/__snapshots__/LoopUI.test.js.snap | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap index ab4ea4999..22f549754 100644 --- a/ui-react/src/__snapshots__/LoopUI.test.js.snap +++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap @@ -5,7 +5,11 @@ exports[`Verify LoopUI Test the render method 1`] = ` id="main_div" > <Route - path="/viewToscaModal" + path="/viewToscaPolicyModal" + render={[Function]} + /> + <Route + path="/viewBlueprintMicroServiceTemplatesModal" render={[Function]} /> <Route |