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