diff --git a/spec/features/consumer/shopping/checkout_stripe_spec.rb b/spec/features/consumer/shopping/checkout_stripe_spec.rb index d992465a0c..40543e164f 100644 --- a/spec/features/consumer/shopping/checkout_stripe_spec.rb +++ b/spec/features/consumer/shopping/checkout_stripe_spec.rb @@ -169,7 +169,7 @@ feature "Check out with Stripe", js: true do stub_failed_capture_request order: order, response: { message: error_message } end - it "completes checkout successfully" do + it "shows an error message from the Stripe response" do checkout_with_stripe # We make stripe return stripe_redirect_url (which is already sending the user back to the checkout) as if the authorization was done