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