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