blob: 2351853213780fa10cf76eaa4ccc6004a265751c [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",
16 "loopViewerBackgroundColor": "white",
17 "loopViewerFontColor": "yellow",
18 "loopViewerHeaderBackgroundColor": "#337ab7",
19 "loopViewerHeaderFontColor": "white",
20 "menuBackgroundColor": "white",
21 "menuFontColor": "black",
22 "menuHighlightedBackgroundColor": "#337ab7",
23 "menuHighlightedFontColor": "white",
drveerendra684057e2019-11-11 19:37:39 -050024 "toscaTextareaBackgroundColor": "#E8E8E8",
25 "toscaTextareaFontSize": "13px",
xuegao524b3642019-10-11 15:41:49 +020026 }
27 }
28>
29 <styled.div
30 id="main_div"
31 >
32 <Route
ash742683a83e2a2020-01-31 15:40:15 +000033 path="/uploadToscaPolicyModal"
34 render={[Function]}
35 />
36 <Route
drveerendra684057e2019-11-11 19:37:39 -050037 path="/viewToscaPolicyModal"
38 render={[Function]}
39 />
40 <Route
sebdet3b7f6692020-02-17 06:03:31 -080041 path="/ViewLoopTemplatesModal"
drveerendraf6b26252019-10-31 12:45:30 -040042 render={[Function]}
43 />
44 <Route
drveerendra50320952020-03-04 20:30:44 -050045 path="/ManageDictionaries"
46 render={[Function]}
47 />
48 <Route
xuegao524b3642019-10-11 15:41:49 +020049 path="/operationalPolicyModal"
50 render={[Function]}
51 />
52 <Route
sebdetc11160e2020-02-25 15:13:31 -080053 path="/policyModal/:policyInstanceType/:policyName"
54 render={[Function]}
55 />
56 <Route
57 path="/configurationPolicyModal/:policyName"
xuegao524b3642019-10-11 15:41:49 +020058 render={[Function]}
59 />
60 <Route
sebdetd2a4df02020-02-26 15:47:30 -080061 path="/createLoop"
62 render={[Function]}
63 />
64 <Route
xuegao524b3642019-10-11 15:41:49 +020065 path="/openLoop"
66 render={[Function]}
67 />
68 <Route
69 path="/loopProperties"
70 render={[Function]}
71 />
72 <Route
sebdetaa486be2020-02-18 02:00:11 -080073 path="/modifyLoop"
74 render={[Function]}
75 />
76 <Route
xuegao524b3642019-10-11 15:41:49 +020077 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 />
xuegaocc5fe512020-04-06 13:13:52 +0200117 <div>
118 <Alert
119 closeLabel="Close alert"
120 dismissible={true}
121 onClose={[Function]}
122 show={false}
123 transition={
124 Object {
125 "$$typeof": Symbol(react.forward_ref),
126 "defaultProps": Object {
127 "appear": false,
128 "in": false,
129 "mountOnEnter": false,
130 "timeout": 300,
131 "unmountOnExit": false,
132 },
133 "displayName": "Fade",
134 "render": [Function],
135 }
xuegao524b3642019-10-11 15:41:49 +0200136 }
xuegaocc5fe512020-04-06 13:13:52 +0200137 variant="success"
138 />
139 <Alert
140 closeLabel="Close alert"
141 dismissible={true}
142 onClose={[Function]}
143 show={false}
144 transition={
145 Object {
146 "$$typeof": Symbol(react.forward_ref),
147 "defaultProps": Object {
148 "appear": false,
149 "in": false,
150 "mountOnEnter": false,
151 "timeout": 300,
152 "unmountOnExit": false,
153 },
154 "displayName": "Fade",
155 "render": [Function],
156 }
157 }
158 variant="danger"
159 />
160 </div>
xuegao524b3642019-10-11 15:41:49 +0200161 <Navbar
162 collapseOnSelect={false}
163 expand={true}
164 variant="light"
165 >
166 <NavbarBrand>
167 <img
168 alt=""
169 height="50px"
170 src={null}
171 width="234px"
172 />
173 <styled.a>
174 CLAMP
175 </styled.a>
176 </NavbarBrand>
177 <NavbarToggle
178 aria-controls="responsive-navbar-nav"
179 label="Toggle navigation"
180 />
181 <MenuBar
182 loopName="Empty (NO loop loaded yet)"
183 />
184 <NavbarText>
185 <styled.a>
186 Signed in as:
187 </styled.a>
188 <Styled(Link)
189 to="/userInfo"
190 />
191 <Styled(Link)
192 to="/logout/"
193 >
194 (logout)
195 </Styled(Link)>
196 </NavbarText>
197 </Navbar>
198 <styled.div>
199 <styled.div>
200 Loop Viewer -
201 Empty (NO loop loaded yet)
202 </styled.div>
203 <styled.div>
204 <withRouter(LoopViewSvg)
205 loopCache={
206 LoopCache {
207 "loopJsonCache": Object {},
208 }
209 }
210 />
211 <LoopStatus
212 loopCache={
213 LoopCache {
214 "loopJsonCache": Object {},
215 }
216 }
217 />
218 <LoopLogs
219 loopCache={
220 LoopCache {
221 "loopJsonCache": Object {},
222 }
223 }
224 />
225 </styled.div>
226 </styled.div>
227 </styled.div>
228</ThemeProvider>
229`;