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