Skip to content

Commit

Permalink
Sort amazon pay in screenshot tests. (#8275)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe authored Apr 15, 2024
1 parent cdca05b commit cf8b0ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal class TestPaymentSheetScreenshots : BasePlaygroundTest(disableAnimation
private val testParams = TestParameters.create(
paymentMethodCode = "card",
) { settings ->
settings[PaymentMethodOrderSettingsDefinition] = "card,klarna,p24,eps"
settings[PaymentMethodOrderSettingsDefinition] = "card,amazon_pay,klarna,p24,eps"
}.copy(
saveForFutureUseCheckboxVisible = true,
authorizationAction = null,
Expand Down

0 comments on commit cf8b0ce

Please sign in to comment.