1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should preselect paid plan 1`] = `
8 renderForm={[Function]}
9 renderResult={[Function]}
11 stepTitle="onboarding.create_organization.enter_payment_details"
15 exports[`should preselect paid plan 2`] = `
17 className="boxed-group onboarding-step is-open"
20 className="onboarding-step-number"
25 className="boxed-group-header"
28 onboarding.create_organization.enter_payment_details
35 className="boxed-group-inner"
37 <Connect(withCurrentUser(BillingFormShim))
38 onCommit={[MockFunction]}
39 onFailToUpgrade={[MockFunction]}
40 organizationKey={[MockFunction]}
41 subscriptionPlans={Array []}
44 </Connect(withCurrentUser(BillingFormShim))>
50 exports[`should render and use free plan 1`] = `
55 renderForm={[Function]}
56 renderResult={[Function]}
58 stepTitle="onboarding.create_organization.choose_plan"
62 exports[`should render and use free plan 2`] = `
64 className="boxed-group onboarding-step is-open"
67 className="onboarding-step-number"
72 className="boxed-group-header"
75 onboarding.create_organization.choose_plan
82 className="boxed-group-inner"
90 className="display-flex-center big-spacer-top"
96 my_account.create_organization
104 exports[`should upgrade 1`] = `
106 className="boxed-group onboarding-step is-open"
109 className="onboarding-step-number"
114 className="boxed-group-header"
117 onboarding.create_organization.choose_plan
124 className="boxed-group-inner"
127 onChange={[Function]}
131 <Connect(withCurrentUser(BillingFormShim))
132 onCommit={[MockFunction]}
133 onFailToUpgrade={[MockFunction]}
134 organizationKey={[MockFunction]}
135 subscriptionPlans={Array []}
138 </Connect(withCurrentUser(BillingFormShim))>