Adding manage dictionary UI feature
[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     <Alert
118       closeLabel="Close alert"
119       dismissible={true}
120       onClose={[Function]}
121       show={false}
122       transition={
123         Object {
124           "$$typeof": Symbol(react.forward_ref),
125           "defaultProps": Object {
126             "appear": false,
127             "in": false,
128             "mountOnEnter": false,
129             "timeout": 300,
130             "unmountOnExit": false,
131           },
132           "displayName": "Fade",
133           "render": [Function],
134         }
135       }
136       variant="danger"
137     />
138     <Navbar
139       collapseOnSelect={false}
140       expand={true}
141       variant="light"
142     >
143       <NavbarBrand>
144         <img
145           alt=""
146           height="50px"
147           src={null}
148           width="234px"
149         />
150         <styled.a>
151           CLAMP
152         </styled.a>
153       </NavbarBrand>
154       <NavbarToggle
155         aria-controls="responsive-navbar-nav"
156         label="Toggle navigation"
157       />
158       <MenuBar
159         loopName="Empty (NO loop loaded yet)"
160       />
161       <NavbarText>
162         <styled.a>
163           Signed in as: 
164         </styled.a>
165         <Styled(Link)
166           to="/userInfo"
167         />
168         <Styled(Link)
169           to="/logout/"
170         >
171            (logout)
172         </Styled(Link)>
173       </NavbarText>
174     </Navbar>
175     <styled.div>
176       <styled.div>
177         Loop Viewer - 
178         Empty (NO loop loaded yet)
179       </styled.div>
180       <styled.div>
181         <withRouter(LoopViewSvg)
182           loopCache={
183             LoopCache {
184               "loopJsonCache": Object {},
185             }
186           }
187         />
188         <LoopStatus
189           loopCache={
190             LoopCache {
191               "loopJsonCache": Object {},
192             }
193           }
194         />
195         <LoopLogs
196           loopCache={
197             LoopCache {
198               "loopJsonCache": Object {},
199             }
200           }
201         />
202       </styled.div>
203     </styled.div>
204   </styled.div>
205 </ThemeProvider>
206 `;