blob: 322c931558dad253403e57be7bc3b535f8819698 [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>
sebdetb8831e52021-03-12 19:30:22 +01007 <Memo(l) />
xuegao524b3642019-10-11 15:41:49 +02008 <Route
sebdeteb8e3f12021-01-24 18:12:36 +01009 path="/viewLoopTemplatesModal"
drveerendraf6b26252019-10-31 12:45:30 -040010 render={[Function]}
11 />
12 <Route
sebdeteb8e3f12021-01-24 18:12:36 +010013 path="/manageDictionaries"
14 render={[Function]}
15 />
16 <Route
17 path="/viewAllPolicies"
drveerendra50320952020-03-04 20:30:44 -050018 render={[Function]}
19 />
20 <Route
sebdetc11160e2020-02-25 15:13:31 -080021 path="/policyModal/:policyInstanceType/:policyName"
22 render={[Function]}
23 />
24 <Route
sebdetd2a4df02020-02-26 15:47:30 -080025 path="/createLoop"
26 render={[Function]}
27 />
28 <Route
xuegao524b3642019-10-11 15:41:49 +020029 path="/openLoop"
30 render={[Function]}
31 />
32 <Route
33 path="/loopProperties"
34 render={[Function]}
35 />
36 <Route
sebdetaa486be2020-02-18 02:00:11 -080037 path="/modifyLoop"
38 render={[Function]}
39 />
40 <Route
xuegao524b3642019-10-11 15:41:49 +020041 path="/userInfo"
42 render={[Function]}
43 />
44 <Route
45 path="/closeLoop"
46 render={[Function]}
47 />
48 <Route
49 path="/submit"
50 render={[Function]}
51 />
52 <Route
53 path="/stop"
54 render={[Function]}
55 />
56 <Route
57 path="/restart"
58 render={[Function]}
59 />
60 <Route
61 path="/delete"
62 render={[Function]}
63 />
64 <Route
65 path="/undeploy"
66 render={[Function]}
67 />
68 <Route
69 path="/deploy"
70 render={[Function]}
71 />
72 <Route
73 path="/refreshStatus"
74 render={[Function]}
75 />
Ted Humphrey4fb32392020-07-06 16:59:47 -040076 <div />
xuegaocc5fe512020-04-06 13:13:52 +020077 <div>
78 <Alert
79 closeLabel="Close alert"
80 dismissible={true}
81 onClose={[Function]}
82 show={false}
83 transition={
84 Object {
85 "$$typeof": Symbol(react.forward_ref),
86 "defaultProps": Object {
87 "appear": false,
88 "in": false,
89 "mountOnEnter": false,
90 "timeout": 300,
91 "unmountOnExit": false,
92 },
xuegaocc5fe512020-04-06 13:13:52 +020093 "render": [Function],
94 }
xuegao524b3642019-10-11 15:41:49 +020095 }
xuegaocc5fe512020-04-06 13:13:52 +020096 variant="success"
97 />
98 <Alert
99 closeLabel="Close alert"
100 dismissible={true}
101 onClose={[Function]}
102 show={false}
103 transition={
104 Object {
105 "$$typeof": Symbol(react.forward_ref),
106 "defaultProps": Object {
107 "appear": false,
108 "in": false,
109 "mountOnEnter": false,
110 "timeout": 300,
111 "unmountOnExit": false,
112 },
xuegaocc5fe512020-04-06 13:13:52 +0200113 "render": [Function],
114 }
115 }
116 variant="danger"
117 />
118 </div>
xuegao524b3642019-10-11 15:41:49 +0200119 <Navbar
120 collapseOnSelect={false}
121 expand={true}
122 variant="light"
123 >
124 <NavbarBrand>
125 <img
126 alt=""
127 height="50px"
128 src={null}
129 width="234px"
130 />
131 <styled.a>
132 CLAMP
133 </styled.a>
134 </NavbarBrand>
135 <NavbarToggle
136 aria-controls="responsive-navbar-nav"
137 label="Toggle navigation"
138 />
139 <MenuBar
140 loopName="testLoopName"
141 />
142 <NavbarText>
143 <styled.a>
144 Signed in as:
145 </styled.a>
146 <Styled(Link)
147 to="/userInfo"
148 >
149 testUser
150 </Styled(Link)>
xuegao524b3642019-10-11 15:41:49 +0200151 </NavbarText>
152 </Navbar>
153 <styled.div>
154 <styled.div>
155 Loop Viewer -
156 testLoopName
sebdetedaf4f92020-04-16 00:43:48 +0200157 - (
158 )
xuegao524b3642019-10-11 15:41:49 +0200159 </styled.div>
160 <styled.div>
sebdetc0ec0fc2020-05-18 12:31:11 +0200161 <withRouter(SvgGenerator)
162 clickable={true}
163 generatedFrom="INSTANCE"
Ted Humphrey4fb32392020-07-06 16:59:47 -0400164 isBusyLoading={[Function]}
xuegao524b3642019-10-11 15:41:49 +0200165 loopCache={
166 LoopCache {
167 "loopJsonCache": Object {},
168 }
169 }
170 />
171 <LoopStatus
172 loopCache={
173 LoopCache {
174 "loopJsonCache": Object {},
175 }
176 }
177 />
178 <LoopLogs
179 loopCache={
180 LoopCache {
181 "loopJsonCache": Object {},
182 }
183 }
184 />
185 </styled.div>
186 </styled.div>
187</styled.div>
188`;