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