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]}
51 </Connect(withCurrentUser(BillingFormShim))>
57 exports[`should render and use free plan 1`] = `
62 renderForm={[Function]}
63 renderResult={[Function]}
65 stepTitle="onboarding.create_organization.choose_plan"
69 exports[`should render and use free plan 2`] = `
71 className="boxed-group onboarding-step is-open"
74 className="onboarding-step-number"
79 className="boxed-group-header"
82 onboarding.create_organization.choose_plan
89 className="boxed-group-inner"
94 startingPrice="billing.price_format.100"
97 className="display-flex-center big-spacer-top"
98 id="organization-free-plan-form"
104 my_account.create_organization
112 exports[`should upgrade 1`] = `
114 className="boxed-group onboarding-step is-open"
117 className="onboarding-step-number"
122 className="boxed-group-header"
125 onboarding.create_organization.choose_plan
132 className="boxed-group-inner"
135 onChange={[Function]}
137 startingPrice="billing.price_format.100"
139 <Connect(withCurrentUser(BillingFormShim))
140 onCommit={[MockFunction]}
141 onFailToUpgrade={[MockFunction]}
142 organizationKey={[MockFunction]}
153 </Connect(withCurrentUser(BillingFormShim))>