Removal of useless code
[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   <Route
80     path="/logout"
81     render={[Function]}
82   />
83   <GlobalStyleComponent />
84   <div>
85     <Alert
86       closeLabel="Close alert"
87       dismissible={true}
88       onClose={[Function]}
89       show={false}
90       transition={
91         Object {
92           "$$typeof": Symbol(react.forward_ref),
93           "defaultProps": Object {
94             "appear": false,
95             "in": false,
96             "mountOnEnter": false,
97             "timeout": 300,
98             "unmountOnExit": false,
99           },
100           "displayName": "Fade",
101           "render": [Function],
102         }
103       }
104       variant="success"
105     />
106     <Alert
107       closeLabel="Close alert"
108       dismissible={true}
109       onClose={[Function]}
110       show={false}
111       transition={
112         Object {
113           "$$typeof": Symbol(react.forward_ref),
114           "defaultProps": Object {
115             "appear": false,
116             "in": false,
117             "mountOnEnter": false,
118             "timeout": 300,
119             "unmountOnExit": false,
120           },
121           "displayName": "Fade",
122           "render": [Function],
123         }
124       }
125       variant="danger"
126     />
127   </div>
128   <Navbar
129     collapseOnSelect={false}
130     expand={true}
131     variant="light"
132   >
133     <NavbarBrand>
134       <img
135         alt=""
136         height="50px"
137         src={null}
138         width="234px"
139       />
140       <styled.a>
141         CLAMP
142       </styled.a>
143     </NavbarBrand>
144     <NavbarToggle
145       aria-controls="responsive-navbar-nav"
146       label="Toggle navigation"
147     />
148     <MenuBar
149       loopName="testLoopName"
150     />
151     <NavbarText>
152       <styled.a>
153         Signed in as: 
154       </styled.a>
155       <Styled(Link)
156         to="/userInfo"
157       >
158         testUser
159       </Styled(Link)>
160       <Styled(Link)
161         to="/logout/"
162       >
163          (logout)
164       </Styled(Link)>
165     </NavbarText>
166   </Navbar>
167   <styled.div>
168     <styled.div>
169       Loop Viewer - 
170       testLoopName
171        - (
172       )
173     </styled.div>
174     <styled.div>
175       <withRouter(SvgGenerator)
176         clickable={true}
177         generatedFrom="INSTANCE"
178         loopCache={
179           LoopCache {
180             "loopJsonCache": Object {},
181           }
182         }
183       />
184       <LoopStatus
185         loopCache={
186           LoopCache {
187             "loopJsonCache": Object {},
188           }
189         }
190       />
191       <LoopLogs
192         loopCache={
193           LoopCache {
194             "loopJsonCache": Object {},
195           }
196         }
197       />
198     </styled.div>
199   </styled.div>
200 </styled.div>
201 `;