blob: cae9182fff517849f3c42cea19cfedef654b9d4b [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
ash742683a83e2a2020-01-31 15:40:15 +00009 path="/uploadToscaPolicyModal"
10 render={[Function]}
11 />
12 <Route
drveerendra684057e2019-11-11 19:37:39 -050013 path="/viewToscaPolicyModal"
14 render={[Function]}
15 />
16 <Route
sebdet3b7f6692020-02-17 06:03:31 -080017 path="/ViewLoopTemplatesModal"
drveerendraf6b26252019-10-31 12:45:30 -040018 render={[Function]}
19 />
20 <Route
drveerendra50320952020-03-04 20:30:44 -050021 path="/ManageDictionaries"
22 render={[Function]}
23 />
24 <Route
sebdetc11160e2020-02-25 15:13:31 -080025 path="/policyModal/:policyInstanceType/:policyName"
26 render={[Function]}
27 />
28 <Route
sebdetd2a4df02020-02-26 15:47:30 -080029 path="/createLoop"
30 render={[Function]}
31 />
32 <Route
xuegao524b3642019-10-11 15:41:49 +020033 path="/openLoop"
34 render={[Function]}
35 />
36 <Route
37 path="/loopProperties"
38 render={[Function]}
39 />
40 <Route
sebdetaa486be2020-02-18 02:00:11 -080041 path="/modifyLoop"
42 render={[Function]}
43 />
44 <Route
xuegao524b3642019-10-11 15:41:49 +020045 path="/userInfo"
46 render={[Function]}
47 />
48 <Route
49 path="/closeLoop"
50 render={[Function]}
51 />
52 <Route
53 path="/submit"
54 render={[Function]}
55 />
56 <Route
57 path="/stop"
58 render={[Function]}
59 />
60 <Route
61 path="/restart"
62 render={[Function]}
63 />
64 <Route
65 path="/delete"
66 render={[Function]}
67 />
68 <Route
69 path="/undeploy"
70 render={[Function]}
71 />
72 <Route
73 path="/deploy"
74 render={[Function]}
75 />
76 <Route
77 path="/refreshStatus"
78 render={[Function]}
79 />
Ted Humphrey4fb32392020-07-06 16:59:47 -040080 <div />
xuegaocc5fe512020-04-06 13:13:52 +020081 <div>
82 <Alert
83 closeLabel="Close alert"
84 dismissible={true}
85 onClose={[Function]}
86 show={false}
87 transition={
88 Object {
89 "$$typeof": Symbol(react.forward_ref),
90 "defaultProps": Object {
91 "appear": false,
92 "in": false,
93 "mountOnEnter": false,
94 "timeout": 300,
95 "unmountOnExit": false,
96 },
97 "displayName": "Fade",
98 "render": [Function],
99 }
xuegao524b3642019-10-11 15:41:49 +0200100 }
xuegaocc5fe512020-04-06 13:13:52 +0200101 variant="success"
102 />
103 <Alert
104 closeLabel="Close alert"
105 dismissible={true}
106 onClose={[Function]}
107 show={false}
108 transition={
109 Object {
110 "$$typeof": Symbol(react.forward_ref),
111 "defaultProps": Object {
112 "appear": false,
113 "in": false,
114 "mountOnEnter": false,
115 "timeout": 300,
116 "unmountOnExit": false,
117 },
118 "displayName": "Fade",
119 "render": [Function],
120 }
121 }
122 variant="danger"
123 />
124 </div>
xuegao524b3642019-10-11 15:41:49 +0200125 <Navbar
126 collapseOnSelect={false}
127 expand={true}
128 variant="light"
129 >
130 <NavbarBrand>
131 <img
132 alt=""
133 height="50px"
134 src={null}
135 width="234px"
136 />
137 <styled.a>
138 CLAMP
139 </styled.a>
140 </NavbarBrand>
141 <NavbarToggle
142 aria-controls="responsive-navbar-nav"
143 label="Toggle navigation"
144 />
145 <MenuBar
146 loopName="testLoopName"
147 />
148 <NavbarText>
149 <styled.a>
150 Signed in as:
151 </styled.a>
152 <Styled(Link)
153 to="/userInfo"
154 >
155 testUser
156 </Styled(Link)>
xuegao524b3642019-10-11 15:41:49 +0200157 </NavbarText>
158 </Navbar>
159 <styled.div>
160 <styled.div>
161 Loop Viewer -
162 testLoopName
sebdetedaf4f92020-04-16 00:43:48 +0200163 - (
164 )
xuegao524b3642019-10-11 15:41:49 +0200165 </styled.div>
166 <styled.div>
sebdetc0ec0fc2020-05-18 12:31:11 +0200167 <withRouter(SvgGenerator)
168 clickable={true}
169 generatedFrom="INSTANCE"
Ted Humphrey4fb32392020-07-06 16:59:47 -0400170 isBusyLoading={[Function]}
xuegao524b3642019-10-11 15:41:49 +0200171 loopCache={
172 LoopCache {
173 "loopJsonCache": Object {},
174 }
175 }
176 />
177 <LoopStatus
178 loopCache={
179 LoopCache {
180 "loopJsonCache": Object {},
181 }
182 }
183 />
184 <LoopLogs
185 loopCache={
186 LoopCache {
187 "loopJsonCache": Object {},
188 }
189 }
190 />
191 </styled.div>
192 </styled.div>
193</styled.div>
194`;