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