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