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