From a5309627b740421ecfa4e6f35c5464bec3755833 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Sat, 3 Oct 2020 15:46:29 +0100 Subject: [PATCH] Fix a typo --- spec/features/consumer/shopping/checkout_stripe_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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