blob: c230dbcf640343eec783040122f283740b5fc0d6 [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>
Ted Humphrey4fb32392020-07-06 16:59:47 -04007 <GlobalStyleComponent />
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 },
93 "displayName": "Fade",
94 "render": [Function],
95 }
xuegao524b3642019-10-11 15:41:49 +020096 }
xuegaocc5fe512020-04-06 13:13:52 +020097 variant="success"
98 />
99 <Alert
100 closeLabel="Close alert"
101 dismissible={true}
102 onClose={[Function]}
103 show={false}
104 transition={
105 Object {
106 "$$typeof": Symbol(react.forward_ref),
107 "defaultProps": Object {
108 "appear": false,
109 "in": false,
110 "mountOnEnter": false,
111 "timeout": 300,
112 "unmountOnExit": false,
113 },
114 "displayName": "Fade",
115 "render": [Function],
116 }
117 }
118 variant="danger"
119 />
120 </div>
xuegao524b3642019-10-11 15:41:49 +0200121 <Navbar
122 collapseOnSelect={false}
123 expand={true}
124 variant="light"
125 >
126 <NavbarBrand>
127 <img
128 alt=""
129 height="50px"
130 src={null}
131 width="234px"
132 />
133 <styled.a>
134 CLAMP
135 </styled.a>
136 </NavbarBrand>
137 <NavbarToggle
138 aria-controls="responsive-navbar-nav"
139 label="Toggle navigation"
140 />
141 <MenuBar
142 loopName="testLoopName"
143 />
144 <NavbarText>
145 <styled.a>
146 Signed in as:
147 </styled.a>
148 <Styled(Link)
149 to="/userInfo"
150 >
151 testUser
152 </Styled(Link)>
xuegao524b3642019-10-11 15:41:49 +0200153 </NavbarText>
154 </Navbar>
155 <styled.div>
156 <styled.div>
157 Loop Viewer -
158 testLoopName
sebdetedaf4f92020-04-16 00:43:48 +0200159 - (
160 )
xuegao524b3642019-10-11 15:41:49 +0200161 </styled.div>
162 <styled.div>
sebdetc0ec0fc2020-05-18 12:31:11 +0200163 <withRouter(SvgGenerator)
164 clickable={true}
165 generatedFrom="INSTANCE"
Ted Humphrey4fb32392020-07-06 16:59:47 -0400166 isBusyLoading={[Function]}
xuegao524b3642019-10-11 15:41:49 +0200167 loopCache={
168 LoopCache {
169 "loopJsonCache": Object {},
170 }
171 }
172 />
173 <LoopStatus
174 loopCache={
175 LoopCache {
176 "loopJsonCache": Object {},
177 }
178 }
179 />
180 <LoopLogs
181 loopCache={
182 LoopCache {
183 "loopJsonCache": Object {},
184 }
185 }
186 />
187 </styled.div>
188 </styled.div>
189</styled.div>
190`;