Add new dialog for policy
[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="/openLoop"
33     render={[Function]}
34   />
35   <Route
36     path="/loopProperties"
37     render={[Function]}
38   />
39   <Route
40     path="/modifyLoop"
41     render={[Function]}
42   />
43   <Route
44     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 `;