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