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