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