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