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