1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should display the list of repositories 1`] = `
5 className="create-project"
8 className="flex-1 huge-spacer-right"
11 className="spacer-bottom create-project-actions"
21 className="big-spacer-top note"
23 onboarding.create_project.no_repositories
32 className="create-project-side-sticky"
35 onProjectCreate={[MockFunction]}
36 onProvisionFail={[Function]}
43 "url": "https://github.com/foo",
47 "subscription": "FREE",
50 selectedRepositories={Array []}
57 exports[`should display the list of repositories 2`] = `
59 className="create-project"
62 className="flex-1 huge-spacer-right"
65 className="spacer-bottom create-project-actions"
74 onboarding.create_project.select_all_repositories
85 highlightUpgradeBox={[Function]}
88 "backgroundColor": "blue",
89 "iconPath": "icon/path",
90 "installationUrl": "https://alm.installation.url",
98 "installationKey": "github/cool",
99 "label": "Cool Project",
103 toggleRepository={[Function]}
107 highlightUpgradeBox={[Function]}
110 "backgroundColor": "blue",
111 "iconPath": "icon/path",
112 "installationUrl": "https://alm.installation.url",
120 "installationKey": "github/awesome",
121 "label": "Awesome Project",
125 toggleRepository={[Function]}
134 className="create-project-side-sticky"
137 onProjectCreate={[MockFunction]}
138 onProvisionFail={[Function]}
143 "membersSync": false,
145 "url": "https://github.com/foo",
149 "subscription": "FREE",
152 selectedRepositories={Array []}
159 exports[`should display the organization upgrade box 1`] = `
160 <UpgradeOrganizationBox
162 onOrganizationUpgrade={[Function]}
170 "membersSync": false,
172 "url": "https://github.com/foo",
176 "subscription": "FREE",
182 exports[`should select all repositories 1`] = `
185 "installationKey": "key-1",
186 "label": "Project 1",