Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OtterleyW committed Feb 8, 2021
1 parent b1d8a62 commit fa96599
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ exports[`CheckoutPage matches snapshot 1`] = `
<section
className="paymentContainer"
>
<Button
checkmarkClassName={null}
className="stripeTestDataButton"
disabled={false}
inProgress={false}
onClick={[Function]}
ready={false}
rootClassName={null}
spinnerClassName={null}
>
Fill in test details
</Button>
<injectIntl(StripePaymentForm)
authorDisplayName="author display name"
className="paymentForm"
Expand All @@ -118,6 +130,7 @@ exports[`CheckoutPage matches snapshot 1`] = `
paymentInfo="CheckoutPage.paymentInfo"
paymentIntent={null}
showInitialMessageInput={true}
useDefaultTestData={false}
/>
</section>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ exports[`StripePayoutPage matches snapshot with Stripe connected 1`] = `
values={Object {}}
/>
</h1>
<Button
checkmarkClassName={null}
className="stripeTestDataButton"
disabled={false}
inProgress={false}
onClick={[Function]}
ready={false}
rootClassName={null}
spinnerClassName={null}
>
Fill in test details
</Button>
<injectIntl(StripeConnectAccountFormComponent)
currentUser={
Object {
Expand Down Expand Up @@ -78,6 +90,7 @@ exports[`StripePayoutPage matches snapshot with Stripe connected 1`] = `
}
disabled={false}
inProgress={false}
initialValues={null}
onChange={[Function]}
onGetStripeConnectAccountLink={[Function]}
onSubmit={[Function]}
Expand All @@ -89,6 +102,7 @@ exports[`StripePayoutPage matches snapshot with Stripe connected 1`] = `
stripeBankAccountLastDigits={null}
stripeConnected={false}
submitButtonText="StripePayoutPage.submitButtonText"
useDefaultTestData={false}
/>
</div>
</LayoutWrapperMain>
Expand Down Expand Up @@ -145,6 +159,18 @@ exports[`StripePayoutPage matches snapshot with Stripe not connected 1`] = `
values={Object {}}
/>
</h1>
<Button
checkmarkClassName={null}
className="stripeTestDataButton"
disabled={false}
inProgress={false}
onClick={[Function]}
ready={false}
rootClassName={null}
spinnerClassName={null}
>
Fill in test details
</Button>
<injectIntl(StripeConnectAccountFormComponent)
currentUser={
Object {
Expand All @@ -170,6 +196,7 @@ exports[`StripePayoutPage matches snapshot with Stripe not connected 1`] = `
}
disabled={false}
inProgress={false}
initialValues={null}
onChange={[Function]}
onGetStripeConnectAccountLink={[Function]}
onSubmit={[Function]}
Expand All @@ -181,6 +208,7 @@ exports[`StripePayoutPage matches snapshot with Stripe not connected 1`] = `
stripeBankAccountLastDigits={null}
stripeConnected={false}
submitButtonText="StripePayoutPage.submitButtonText"
useDefaultTestData={false}
/>
</div>
</LayoutWrapperMain>
Expand Down Expand Up @@ -237,6 +265,18 @@ exports[`StripePayoutPage matches snapshot with details submitted 1`] = `
values={Object {}}
/>
</h1>
<Button
checkmarkClassName={null}
className="stripeTestDataButton"
disabled={false}
inProgress={false}
onClick={[Function]}
ready={false}
rootClassName={null}
spinnerClassName={null}
>
Fill in test details
</Button>
<injectIntl(StripeConnectAccountFormComponent)
currentUser={
Object {
Expand Down Expand Up @@ -272,6 +312,7 @@ exports[`StripePayoutPage matches snapshot with details submitted 1`] = `
}
disabled={false}
inProgress={false}
initialValues={null}
onChange={[Function]}
onGetStripeConnectAccountLink={[Function]}
onSubmit={[Function]}
Expand All @@ -283,6 +324,7 @@ exports[`StripePayoutPage matches snapshot with details submitted 1`] = `
stripeBankAccountLastDigits={null}
stripeConnected={false}
submitButtonText="StripePayoutPage.submitButtonText"
useDefaultTestData={false}
/>
</div>
</LayoutWrapperMain>
Expand Down

0 comments on commit fa96599

Please sign in to comment.