1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should display the bound organizations dropdown with the remote repositories 1`] = `
5 <withRouter(OrganizationInput)
19 "url": "https://github.com/foo",
23 "subscription": "FREE",
30 "url": "https://github.com/foo",
34 "subscription": "FREE",
42 "backgroundColor": "blue",
43 "iconPath": "icon/path",
44 "installationUrl": "https://alm.installation.url",
49 onOrganizationUpgrade={[MockFunction]}
50 onProjectCreate={[MockFunction]}
60 "url": "https://github.com/foo",
64 "subscription": "FREE",
71 exports[`should display the provider app install button 1`] = `
74 className="spacer-bottom"
76 onboarding.create_project.install_app_description.github
79 backgroundColor="blue"
80 className="display-inline-block"
85 url="https://alm.installation.url"
87 onboarding.import_organization.choose_organization_button.github
88 </IdentityProviderLink>