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