blob: d8b2e7be5b934920d4a06d0019c32b1af1e69677 [file] [log] [blame]
xuegao524b3642019-10-11 15:41:49 +02001// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`Verify LoopUI Test the render method 1`] = `
4<styled.div
5 id="main_div"
6>
7 <Route
ash742683a83e2a2020-01-31 15:40:15 +00008 path="/uploadToscaPolicyModal"
9 render={[Function]}
10 />
11 <Route
drveerendra684057e2019-11-11 19:37:39 -050012 path="/viewToscaPolicyModal"
13 render={[Function]}
14 />
15 <Route
sebdet3b7f6692020-02-17 06:03:31 -080016 path="/ViewLoopTemplatesModal"
drveerendraf6b26252019-10-31 12:45:30 -040017 render={[Function]}
18 />
19 <Route
drveerendra50320952020-03-04 20:30:44 -050020 path="/ManageDictionaries"
21 render={[Function]}
22 />
23 <Route
xuegao524b3642019-10-11 15:41:49 +020024 path="/operationalPolicyModal"
25 render={[Function]}
26 />
27 <Route
sebdetc11160e2020-02-25 15:13:31 -080028 path="/policyModal/:policyInstanceType/:policyName"
29 render={[Function]}
30 />
31 <Route
32 path="/configurationPolicyModal/:policyName"
xuegao524b3642019-10-11 15:41:49 +020033 render={[Function]}
34 />
35 <Route
sebdetd2a4df02020-02-26 15:47:30 -080036 path="/createLoop"
37 render={[Function]}
38 />
39 <Route
xuegao524b3642019-10-11 15:41:49 +020040 path="/openLoop"
41 render={[Function]}
42 />
43 <Route
44 path="/loopProperties"
45 render={[Function]}
46 />
47 <Route
sebdetaa486be2020-02-18 02:00:11 -080048 path="/modifyLoop"
49 render={[Function]}
50 />
51 <Route
xuegao524b3642019-10-11 15:41:49 +020052 path="/userInfo"
53 render={[Function]}
54 />
55 <Route
56 path="/closeLoop"
57 render={[Function]}
58 />
59 <Route
60 path="/submit"
61 render={[Function]}
62 />
63 <Route
64 path="/stop"
65 render={[Function]}
66 />
67 <Route
68 path="/restart"
69 render={[Function]}
70 />
71 <Route
72 path="/delete"
73 render={[Function]}
74 />
75 <Route
76 path="/undeploy"
77 render={[Function]}
78 />
79 <Route
80 path="/deploy"
81 render={[Function]}
82 />
83 <Route
84 path="/refreshStatus"
85 render={[Function]}
86 />
87 <Route
88 path="/logout"
89 render={[Function]}
90 />
91 <GlobalStyleComponent />
xuegaocc5fe512020-04-06 13:13:52 +020092 <div>
93 <Alert
94 closeLabel="Close alert"
95 dismissible={true}
96 onClose={[Function]}
97 show={false}
98 transition={
99 Object {
100 "$$typeof": Symbol(react.forward_ref),
101 "defaultProps": Object {
102 "appear": false,
103 "in": false,
104 "mountOnEnter": false,
105 "timeout": 300,
106 "unmountOnExit": false,
107 },
108 "displayName": "Fade",
109 "render": [Function],
110 }
xuegao524b3642019-10-11 15:41:49 +0200111 }
xuegaocc5fe512020-04-06 13:13:52 +0200112 variant="success"
113 />
114 <Alert
115 closeLabel="Close alert"
116 dismissible={true}
117 onClose={[Function]}
118 show={false}
119 transition={
120 Object {
121 "$$typeof": Symbol(react.forward_ref),
122 "defaultProps": Object {
123 "appear": false,
124 "in": false,
125 "mountOnEnter": false,
126 "timeout": 300,
127 "unmountOnExit": false,
128 },
129 "displayName": "Fade",
130 "render": [Function],
131 }
132 }
133 variant="danger"
134 />
135 </div>
xuegao524b3642019-10-11 15:41:49 +0200136 <Navbar
137 collapseOnSelect={false}
138 expand={true}
139 variant="light"
140 >
141 <NavbarBrand>
142 <img
143 alt=""
144 height="50px"
145 src={null}
146 width="234px"
147 />
148 <styled.a>
149 CLAMP
150 </styled.a>
151 </NavbarBrand>
152 <NavbarToggle
153 aria-controls="responsive-navbar-nav"
154 label="Toggle navigation"
155 />
156 <MenuBar
157 loopName="testLoopName"
158 />
159 <NavbarText>
160 <styled.a>
161 Signed in as:
162 </styled.a>
163 <Styled(Link)
164 to="/userInfo"
165 >
166 testUser
167 </Styled(Link)>
168 <Styled(Link)
169 to="/logout/"
170 >
171 (logout)
172 </Styled(Link)>
173 </NavbarText>
174 </Navbar>
175 <styled.div>
176 <styled.div>
177 Loop Viewer -
178 testLoopName
sebdetedaf4f92020-04-16 00:43:48 +0200179 - (
180 )
xuegao524b3642019-10-11 15:41:49 +0200181 </styled.div>
182 <styled.div>
sebdetc0ec0fc2020-05-18 12:31:11 +0200183 <withRouter(SvgGenerator)
184 clickable={true}
185 generatedFrom="INSTANCE"
xuegao524b3642019-10-11 15:41:49 +0200186 loopCache={
187 LoopCache {
188 "loopJsonCache": Object {},
189 }
190 }
191 />
192 <LoopStatus
193 loopCache={
194 LoopCache {
195 "loopJsonCache": Object {},
196 }
197 }
198 />
199 <LoopLogs
200 loopCache={
201 LoopCache {
202 "loopJsonCache": Object {},
203 }
204 }
205 />
206 </styled.div>
207 </styled.div>
208</styled.div>
209`;