1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: default 1`] = `
5 <CreateProjectPageHeader
8 className="text-middle display-flex-center"
12 className="spacer-right"
14 src="/images/alm/github.svg"
16 onboarding.create_project.github.title
20 <AlmSettingsInstanceDropdown
34 onChangeConfig={[MockFunction]}
40 className="form-field"
43 onboarding.create_project.github.choose_organization
46 className="spacer-top"
49 onboarding.create_project.github.no_orgs
56 exports[`should render correctly: error 1`] = `
58 <CreateProjectPageHeader
61 className="text-middle display-flex-center"
65 className="spacer-right"
67 src="/images/alm/github.svg"
69 onboarding.create_project.github.title
73 <AlmSettingsInstanceDropdown
87 onChangeConfig={[MockFunction]}
92 exports[`should render correctly: error for admin 1`] = `
94 <CreateProjectPageHeader
97 className="text-middle display-flex-center"
101 className="spacer-right"
103 src="/images/alm/github.svg"
105 onboarding.create_project.github.title
109 <AlmSettingsInstanceDropdown
123 onChangeConfig={[MockFunction]}
128 exports[`should render correctly: loading 1`] = `<DeferredSpinner />`;
130 exports[`should render correctly: no repositories 1`] = `
132 <CreateProjectPageHeader
135 className="display-flex-center pull-right"
138 className="spacer-right"
142 className="button-large button-primary"
144 onClick={[MockFunction]}
146 onboarding.create_project.import_selected_repo
152 className="text-middle display-flex-center"
156 className="spacer-right"
158 src="/images/alm/github.svg"
160 onboarding.create_project.github.title
164 <AlmSettingsInstanceDropdown
178 onChangeConfig={[MockFunction]}
184 className="form-field"
187 onboarding.create_project.github.choose_organization
190 className="input-super-large"
191 onChange={[Function]}
216 exports[`should render correctly: organizations 1`] = `
218 <CreateProjectPageHeader
221 className="text-middle display-flex-center"
225 className="spacer-right"
227 src="/images/alm/github.svg"
229 onboarding.create_project.github.title
233 <AlmSettingsInstanceDropdown
247 onChangeConfig={[MockFunction]}
253 className="form-field"
256 onboarding.create_project.github.choose_organization
259 className="input-super-large"
260 onChange={[Function]}
280 exports[`should render correctly: repositories 1`] = `
282 <CreateProjectPageHeader
285 className="display-flex-center pull-right"
288 className="spacer-right"
292 className="button-large button-primary"
294 onClick={[MockFunction]}
296 onboarding.create_project.import_selected_repo
302 className="text-middle display-flex-center"
306 className="spacer-right"
308 src="/images/alm/github.svg"
310 onboarding.create_project.github.title
314 <AlmSettingsInstanceDropdown
328 onChangeConfig={[MockFunction]}
334 className="form-field"
337 onboarding.create_project.github.choose_organization
340 className="input-super-large"
341 onChange={[Function]}
364 className="boxed-group padded display-flex-wrap"
367 className="width-100"
370 className="big-spacer-bottom"
371 onChange={[MockFunction]}
372 placeholder="onboarding.create_project.search_repositories"
378 className="spacer-top spacer-bottom padded create-project-github-repository"
381 onCheck={[MockFunction]}
385 className="big overflow-hidden max-width-100"
389 className="text-ellipsis"
394 className="notice small display-flex-center little-spacer-top"
395 href="https://github.com/owner/repo1"
397 rel="noopener noreferrer"
400 onboarding.create_project.see_on_github
406 className="spacer-top spacer-bottom padded create-project-github-repository"
409 onCheck={[MockFunction]}
413 className="big overflow-hidden max-width-100"
417 className="text-ellipsis"
420 className="display-flex-center max-width-100"
423 className="display-flex-center max-width-60"
426 "pathname": "/dashboard",
427 "search": "?id=repo2",
432 className="spacer-right"
436 className="text-ellipsis"
442 className="display-flex-center small big-spacer-left flex-0"
445 className="text-muted-2"
447 onboarding.create_project.repository_imported
450 className="little-spacer-left"
458 className="notice small display-flex-center little-spacer-top"
459 href="https://github.com/owner/repo1"
461 rel="noopener noreferrer"
464 onboarding.create_project.see_on_github
470 className="spacer-top spacer-bottom padded create-project-github-repository"
473 onCheck={[MockFunction]}
477 className="big overflow-hidden max-width-100"
481 className="text-ellipsis"
486 className="notice small display-flex-center little-spacer-top"
487 href="https://github.com/owner/repo1"
489 rel="noopener noreferrer"
492 onboarding.create_project.see_on_github
497 className="display-flex-justify-center width-100"
501 loadMore={[MockFunction]}