blob: 56d022fc60c1e0c0a95a2204e16ea4d2bc65dae2 [file] [log] [blame]
xuegao524b3642019-10-11 15:41:49 +02001// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`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",
sebdetedaf4f92020-04-16 00:43:48 +020016 "loopLogsHeaderBackgroundColor": "white",
17 "loopLogsHeaderFontColor": "black",
xuegao524b3642019-10-11 15:41:49 +020018 "loopViewerBackgroundColor": "white",
19 "loopViewerFontColor": "yellow",
20 "loopViewerHeaderBackgroundColor": "#337ab7",
21 "loopViewerHeaderFontColor": "white",
22 "menuBackgroundColor": "white",
23 "menuFontColor": "black",
24 "menuHighlightedBackgroundColor": "#337ab7",
25 "menuHighlightedFontColor": "white",
drveerendra684057e2019-11-11 19:37:39 -050026 "toscaTextareaBackgroundColor": "#E8E8E8",
27 "toscaTextareaFontSize": "13px",
xuegao524b3642019-10-11 15:41:49 +020028 }
29 }
30>
31 <styled.div
32 id="main_div"
33 >
34 <Route
ash742683a83e2a2020-01-31 15:40:15 +000035 path="/uploadToscaPolicyModal"
36 render={[Function]}
37 />
38 <Route
drveerendra684057e2019-11-11 19:37:39 -050039 path="/viewToscaPolicyModal"
40 render={[Function]}
41 />
42 <Route
sebdet3b7f6692020-02-17 06:03:31 -080043 path="/ViewLoopTemplatesModal"
drveerendraf6b26252019-10-31 12:45:30 -040044 render={[Function]}
45 />
46 <Route
drveerendra50320952020-03-04 20:30:44 -050047 path="/ManageDictionaries"
48 render={[Function]}
49 />
50 <Route
sebdetc11160e2020-02-25 15:13:31 -080051 path="/policyModal/:policyInstanceType/:policyName"
52 render={[Function]}
53 />
54 <Route
sebdetd2a4df02020-02-26 15:47:30 -080055 path="/createLoop"
56 render={[Function]}
57 />
58 <Route
xuegao524b3642019-10-11 15:41:49 +020059 path="/openLoop"
60 render={[Function]}
61 />
62 <Route
63 path="/loopProperties"
64 render={[Function]}
65 />
66 <Route
sebdetaa486be2020-02-18 02:00:11 -080067 path="/modifyLoop"
68 render={[Function]}
69 />
70 <Route
xuegao524b3642019-10-11 15:41:49 +020071 path="/userInfo"
72 render={[Function]}
73 />
74 <Route
75 path="/closeLoop"
76 render={[Function]}
77 />
78 <Route
79 path="/submit"
80 render={[Function]}
81 />
82 <Route
83 path="/stop"
84 render={[Function]}
85 />
86 <Route
87 path="/restart"
88 render={[Function]}
89 />
90 <Route
91 path="/delete"
92 render={[Function]}
93 />
94 <Route
95 path="/undeploy"
96 render={[Function]}
97 />
98 <Route
99 path="/deploy"
100 render={[Function]}
101 />
102 <Route
103 path="/refreshStatus"
104 render={[Function]}
105 />
xuegao524b3642019-10-11 15:41:49 +0200106 <GlobalStyleComponent />
xuegaocc5fe512020-04-06 13:13:52 +0200107 <div>
108 <Alert
109 closeLabel="Close alert"
110 dismissible={true}
111 onClose={[Function]}
112 show={false}
113 transition={
114 Object {
115 "$$typeof": Symbol(react.forward_ref),
116 "defaultProps": Object {
117 "appear": false,
118 "in": false,
119 "mountOnEnter": false,
120 "timeout": 300,
121 "unmountOnExit": false,
122 },
123 "displayName": "Fade",
124 "render": [Function],
125 }
xuegao524b3642019-10-11 15:41:49 +0200126 }
xuegaocc5fe512020-04-06 13:13:52 +0200127 variant="success"
128 />
129 <Alert
130 closeLabel="Close alert"
131 dismissible={true}
132 onClose={[Function]}
133 show={false}
134 transition={
135 Object {
136 "$$typeof": Symbol(react.forward_ref),
137 "defaultProps": Object {
138 "appear": false,
139 "in": false,
140 "mountOnEnter": false,
141 "timeout": 300,
142 "unmountOnExit": false,
143 },
144 "displayName": "Fade",
145 "render": [Function],
146 }
147 }
148 variant="danger"
149 />
150 </div>
xuegao524b3642019-10-11 15:41:49 +0200151 <Navbar
152 collapseOnSelect={false}
153 expand={true}
154 variant="light"
155 >
156 <NavbarBrand>
157 <img
158 alt=""
159 height="50px"
160 src={null}
161 width="234px"
162 />
163 <styled.a>
164 CLAMP
165 </styled.a>
166 </NavbarBrand>
167 <NavbarToggle
168 aria-controls="responsive-navbar-nav"
169 label="Toggle navigation"
170 />
171 <MenuBar
172 loopName="Empty (NO loop loaded yet)"
173 />
174 <NavbarText>
175 <styled.a>
176 Signed in as:
177 </styled.a>
178 <Styled(Link)
179 to="/userInfo"
180 />
xuegao524b3642019-10-11 15:41:49 +0200181 </NavbarText>
182 </Navbar>
183 <styled.div>
184 <styled.div>
185 Loop Viewer -
186 Empty (NO loop loaded yet)
sebdetedaf4f92020-04-16 00:43:48 +0200187 - (
188 )
xuegao524b3642019-10-11 15:41:49 +0200189 </styled.div>
190 <styled.div>
sebdetc0ec0fc2020-05-18 12:31:11 +0200191 <withRouter(SvgGenerator)
192 clickable={true}
193 generatedFrom="INSTANCE"
xuegao524b3642019-10-11 15:41:49 +0200194 loopCache={
195 LoopCache {
196 "loopJsonCache": Object {},
197 }
198 }
199 />
200 <LoopStatus
201 loopCache={
202 LoopCache {
203 "loopJsonCache": Object {},
204 }
205 }
206 />
207 <LoopLogs
208 loopCache={
209 LoopCache {
210 "loopJsonCache": Object {},
211 }
212 }
213 />
214 </styled.div>
215 </styled.div>
216 </styled.div>
217</ThemeProvider>
218`;