1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render and create organization 1`] = `
5 <OrganizationDetailsStep
10 <OrganizationDetailsForm
11 onContinue={[Function]}
14 </OrganizationDetailsStep>
16 createOrganization={[Function]}
17 deleteOrganization={[Function]}
18 onFreePlanChoose={[Function]}
19 onPaidPlanChoose={[Function]}
21 startingPrice="billing.price_format.10"
38 exports[`should render and create organization 2`] = `
40 <OrganizationDetailsStep
46 "avatar": "http://example.com/avatar",
47 "description": "description-foo",
50 "url": "http://example.com/foo",
54 <OrganizationDetailsForm
55 onContinue={[Function]}
58 "avatar": "http://example.com/avatar",
59 "description": "description-foo",
62 "url": "http://example.com/foo",
67 </OrganizationDetailsStep>
69 createOrganization={[Function]}
70 deleteOrganization={[Function]}
71 onFreePlanChoose={[Function]}
72 onPaidPlanChoose={[Function]}
74 startingPrice="billing.price_format.10"