blob: 91812b7c596cd127b47e55aaa04680b20056bda3 [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 />
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`;