1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render alm configuration creation correctly 1`] = `
7 encodeSpecialCharacters={true}
8 title="onboarding.create_project.select_method"
12 anchor="create_project_main"
15 className="page page-limited huge-spacer-bottom position-relative"
18 <Connect(withAppState(CreateProjectModeSelection))
28 loadingBindings={true}
29 onConfigMode={[Function]}
30 onSelectMode={[Function]}
32 <AlmBindingDefinitionForm
33 afterSubmit={[Function]}
35 alreadyHaveInstanceConfigured={false}
36 enforceValidation={true}
43 exports[`should render correctly 1`] = `
47 encodeSpecialCharacters={true}
48 title="onboarding.create_project.select_method"
52 anchor="create_project_main"
55 className="page page-limited huge-spacer-bottom position-relative"
58 <Connect(withAppState(CreateProjectModeSelection))
68 loadingBindings={true}
69 onConfigMode={[Function]}
70 onSelectMode={[Function]}
76 exports[`should render correctly for azure mode 1`] = `
80 encodeSpecialCharacters={true}
81 title="onboarding.create_project.select_method"
85 anchor="create_project_main"
88 className="page page-limited huge-spacer-bottom position-relative"
93 loadingBindings={true}
107 onProjectCreate={[Function]}
110 "createHref": [MockFunction],
111 "createPath": [MockFunction],
112 "go": [MockFunction],
113 "goBack": [MockFunction],
114 "goForward": [MockFunction],
115 "isActive": [MockFunction],
116 "push": [MockFunction],
117 "replace": [MockFunction],
118 "setRouteLeaveHook": [MockFunction],
127 exports[`should render correctly for bitbucket mode 1`] = `
131 encodeSpecialCharacters={true}
132 title="onboarding.create_project.select_method"
136 anchor="create_project_main"
139 className="page page-limited huge-spacer-bottom position-relative"
142 <BitbucketProjectCreate
143 bitbucketSettings={Array []}
145 loadingBindings={true}
159 onProjectCreate={[Function]}
162 "createHref": [MockFunction],
163 "createPath": [MockFunction],
164 "go": [MockFunction],
165 "goBack": [MockFunction],
166 "goForward": [MockFunction],
167 "isActive": [MockFunction],
168 "push": [MockFunction],
169 "replace": [MockFunction],
170 "setRouteLeaveHook": [MockFunction],
178 exports[`should render correctly for bitbucketcloud mode 1`] = `
182 encodeSpecialCharacters={true}
183 title="onboarding.create_project.select_method"
187 anchor="create_project_main"
190 className="page page-limited huge-spacer-bottom position-relative"
193 <BitbucketCloudProjectCreate
195 loadingBindings={true}
203 "mode": "bitbucketcloud",
209 onProjectCreate={[Function]}
212 "createHref": [MockFunction],
213 "createPath": [MockFunction],
214 "go": [MockFunction],
215 "goBack": [MockFunction],
216 "goForward": [MockFunction],
217 "isActive": [MockFunction],
218 "push": [MockFunction],
219 "replace": [MockFunction],
220 "setRouteLeaveHook": [MockFunction],
229 exports[`should render correctly for github mode 1`] = `
233 encodeSpecialCharacters={true}
234 title="onboarding.create_project.select_method"
238 anchor="create_project_main"
241 className="page page-limited huge-spacer-bottom position-relative"
246 loadingBindings={true}
260 onProjectCreate={[Function]}
263 "createHref": [MockFunction],
264 "createPath": [MockFunction],
265 "go": [MockFunction],
266 "goBack": [MockFunction],
267 "goForward": [MockFunction],
268 "isActive": [MockFunction],
269 "push": [MockFunction],
270 "replace": [MockFunction],
271 "setRouteLeaveHook": [MockFunction],
280 exports[`should render correctly for gitlab mode 1`] = `
284 encodeSpecialCharacters={true}
285 title="onboarding.create_project.select_method"
289 anchor="create_project_main"
292 className="page page-limited huge-spacer-bottom position-relative"
297 loadingBindings={true}
311 onProjectCreate={[Function]}
314 "createHref": [MockFunction],
315 "createPath": [MockFunction],
316 "go": [MockFunction],
317 "goBack": [MockFunction],
318 "goForward": [MockFunction],
319 "isActive": [MockFunction],
320 "push": [MockFunction],
321 "replace": [MockFunction],
322 "setRouteLeaveHook": [MockFunction],
331 exports[`should render correctly for manual mode 1`] = `
335 encodeSpecialCharacters={true}
336 title="onboarding.create_project.select_method"
340 anchor="create_project_main"
343 className="page page-limited huge-spacer-bottom position-relative"
347 branchesEnabled={false}
348 onProjectCreate={[Function]}