9de232dd6d3c54660e242a4969dbef1ac337852a
[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="/ManageDictionaries"
21     render={[Function]}
22   />
23   <Route
24     path="/operationalPolicyModal"
25     render={[Function]}
26   />
27   <Route
28     path="/policyModal/:policyInstanceType/:policyName"
29     render={[Function]}
30   />
31   <Route
32     path="/configurationPolicyModal/:policyName"
33     render={[Function]}
34   />
35   <Route
36     path="/createLoop"
37     render={[Function]}
38   />
39   <Route
40     path="/openLoop"
41     render={[Function]}
42   />
43   <Route
44     path="/loopProperties"
45     render={[Function]}
46   />
47   <Route
48     path="/modifyLoop"
49     render={[Function]}
50   />
51   <Route
52     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 `;