blob: 1c456e19cd90edd80c0d0231ff5234a6855a8371 [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
xuegao524b3642019-10-11 15:41:49 +020045 path="/operationalPolicyModal"
46 render={[Function]}
47 />
48 <Route
sebdetc11160e2020-02-25 15:13:31 -080049 path="/policyModal/:policyInstanceType/:policyName"
50 render={[Function]}
51 />
52 <Route
53 path="/configurationPolicyModal/:policyName"
xuegao524b3642019-10-11 15:41:49 +020054 render={[Function]}
55 />
56 <Route
57 path="/openLoop"
58 render={[Function]}
59 />
60 <Route
61 path="/loopProperties"
62 render={[Function]}
63 />
64 <Route
sebdetaa486be2020-02-18 02:00:11 -080065 path="/modifyLoop"
66 render={[Function]}
67 />
68 <Route
xuegao524b3642019-10-11 15:41:49 +020069 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`;