add framework for blocking user interaction
[clamp.git] / ui-react / src / __snapshots__ / LoopUI.test.js.snap
index e523de9..cae9182 100644 (file)
@@ -4,6 +4,7 @@ exports[`Verify LoopUI Test the render method 1`] = `
 <styled.div
   id="main_div"
 >
+  <GlobalStyleComponent />
   <Route
     path="/uploadToscaPolicyModal"
     render={[Function]}
@@ -20,18 +21,10 @@ exports[`Verify LoopUI Test the render method 1`] = `
     path="/ManageDictionaries"
     render={[Function]}
   />
-  <Route
-    path="/operationalPolicyModal"
-    render={[Function]}
-  />
   <Route
     path="/policyModal/:policyInstanceType/:policyName"
     render={[Function]}
   />
-  <Route
-    path="/configurationPolicyModal/:policyName"
-    render={[Function]}
-  />
   <Route
     path="/createLoop"
     render={[Function]}
@@ -84,11 +77,7 @@ exports[`Verify LoopUI Test the render method 1`] = `
     path="/refreshStatus"
     render={[Function]}
   />
-  <Route
-    path="/logout"
-    render={[Function]}
-  />
-  <GlobalStyleComponent />
+  <div />
   <div>
     <Alert
       closeLabel="Close alert"
@@ -165,20 +154,20 @@ exports[`Verify LoopUI Test the render method 1`] = `
       >
         testUser
       </Styled(Link)>
-      <Styled(Link)
-        to="/logout/"
-      >
-         (logout)
-      </Styled(Link)>
     </NavbarText>
   </Navbar>
   <styled.div>
     <styled.div>
       Loop Viewer - 
       testLoopName
+       - (
+      )
     </styled.div>
     <styled.div>
-      <withRouter(LoopViewSvg)
+      <withRouter(SvgGenerator)
+        clickable={true}
+        generatedFrom="INSTANCE"
+        isBusyLoading={[Function]}
         loopCache={
           LoopCache {
             "loopJsonCache": Object {},