7d2c4467e5ddd5f747a3c30a15780bae039eb7c4
[clamp.git] / ui-react / src / __snapshots__ / LoopUI.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify LoopUI Test the render method 1`] = `
4 <styled.div
5   id="main_div"
6 >
7   <Route
8     path="/uploadToscaPolicyModal"
9     render={[Function]}
10   />
11   <Route
12     path="/viewToscaPolicyModal"
13     render={[Function]}
14   />
15   <Route
16     path="/ViewLoopTemplatesModal"
17     render={[Function]}
18   />
19   <Route
20     path="/operationalPolicyModal"
21     render={[Function]}
22   />
23   <Route
24     path="/policyModal/:policyInstanceType/:policyName"
25     render={[Function]}
26   />
27   <Route
28     path="/configurationPolicyModal/:policyName"
29     render={[Function]}
30   />
31   <Route
32     path="/createLoop"
33     render={[Function]}
34   />
35   <Route
36     path="/openLoop"
37     render={[Function]}
38   />
39   <Route
40     path="/loopProperties"
41     render={[Function]}
42   />
43   <Route
44     path="/modifyLoop"
45     render={[Function]}
46   />
47   <Route
48     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 `;