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