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