add framework for blocking user interaction
[clamp.git] / ui-react / src / __snapshots__ / LoopUI.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify LoopUI Test the render method 1`] = `
4 <styled.div
5   id="main_div"
6 >
7   <GlobalStyleComponent />
8   <Route
9     path="/uploadToscaPolicyModal"
10     render={[Function]}
11   />
12   <Route
13     path="/viewToscaPolicyModal"
14     render={[Function]}
15   />
16   <Route
17     path="/ViewLoopTemplatesModal"
18     render={[Function]}
19   />
20   <Route
21     path="/ManageDictionaries"
22     render={[Function]}
23   />
24   <Route
25     path="/policyModal/:policyInstanceType/:policyName"
26     render={[Function]}
27   />
28   <Route
29     path="/createLoop"
30     render={[Function]}
31   />
32   <Route
33     path="/openLoop"
34     render={[Function]}
35   />
36   <Route
37     path="/loopProperties"
38     render={[Function]}
39   />
40   <Route
41     path="/modifyLoop"
42     render={[Function]}
43   />
44   <Route
45     path="/userInfo"
46     render={[Function]}
47   />
48   <Route
49     path="/closeLoop"
50     render={[Function]}
51   />
52   <Route
53     path="/submit"
54     render={[Function]}
55   />
56   <Route
57     path="/stop"
58     render={[Function]}
59   />
60   <Route
61     path="/restart"
62     render={[Function]}
63   />
64   <Route
65     path="/delete"
66     render={[Function]}
67   />
68   <Route
69     path="/undeploy"
70     render={[Function]}
71   />
72   <Route
73     path="/deploy"
74     render={[Function]}
75   />
76   <Route
77     path="/refreshStatus"
78     render={[Function]}
79   />
80   <div />
81   <div>
82     <Alert
83       closeLabel="Close alert"
84       dismissible={true}
85       onClose={[Function]}
86       show={false}
87       transition={
88         Object {
89           "$$typeof": Symbol(react.forward_ref),
90           "defaultProps": Object {
91             "appear": false,
92             "in": false,
93             "mountOnEnter": false,
94             "timeout": 300,
95             "unmountOnExit": false,
96           },
97           "displayName": "Fade",
98           "render": [Function],
99         }
100       }
101       variant="success"
102     />
103     <Alert
104       closeLabel="Close alert"
105       dismissible={true}
106       onClose={[Function]}
107       show={false}
108       transition={
109         Object {
110           "$$typeof": Symbol(react.forward_ref),
111           "defaultProps": Object {
112             "appear": false,
113             "in": false,
114             "mountOnEnter": false,
115             "timeout": 300,
116             "unmountOnExit": false,
117           },
118           "displayName": "Fade",
119           "render": [Function],
120         }
121       }
122       variant="danger"
123     />
124   </div>
125   <Navbar
126     collapseOnSelect={false}
127     expand={true}
128     variant="light"
129   >
130     <NavbarBrand>
131       <img
132         alt=""
133         height="50px"
134         src={null}
135         width="234px"
136       />
137       <styled.a>
138         CLAMP
139       </styled.a>
140     </NavbarBrand>
141     <NavbarToggle
142       aria-controls="responsive-navbar-nav"
143       label="Toggle navigation"
144     />
145     <MenuBar
146       loopName="testLoopName"
147     />
148     <NavbarText>
149       <styled.a>
150         Signed in as: 
151       </styled.a>
152       <Styled(Link)
153         to="/userInfo"
154       >
155         testUser
156       </Styled(Link)>
157     </NavbarText>
158   </Navbar>
159   <styled.div>
160     <styled.div>
161       Loop Viewer - 
162       testLoopName
163        - (
164       )
165     </styled.div>
166     <styled.div>
167       <withRouter(SvgGenerator)
168         clickable={true}
169         generatedFrom="INSTANCE"
170         isBusyLoading={[Function]}
171         loopCache={
172           LoopCache {
173             "loopJsonCache": Object {},
174           }
175         }
176       />
177       <LoopStatus
178         loopCache={
179           LoopCache {
180             "loopJsonCache": Object {},
181           }
182         }
183       />
184       <LoopLogs
185         loopCache={
186           LoopCache {
187             "loopJsonCache": Object {},
188           }
189         }
190       />
191     </styled.div>
192   </styled.div>
193 </styled.div>
194 `;