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