diff --git a/spec/features/consumer/shopping/checkout_paypal_spec.rb b/spec/features/consumer/shopping/checkout_paypal_spec.rb index ad21e46f54..b10de71a7b 100644 --- a/spec/features/consumer/shopping/checkout_paypal_spec.rb +++ b/spec/features/consumer/shopping/checkout_paypal_spec.rb @@ -1,6 +1,6 @@ require "spec_helper" -feature "Checking out with Paypal", js: true do +feature "Check out with Paypal", js: true do include ShopWorkflow include CheckoutHelper diff --git a/spec/features/consumer/shopping/checkout_stripe_spec.rb b/spec/features/consumer/shopping/checkout_stripe_spec.rb index 8ad75d552b..878ff2d146 100644 --- a/spec/features/consumer/shopping/checkout_stripe_spec.rb +++ b/spec/features/consumer/shopping/checkout_stripe_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper' -feature "As a consumer I want to check out my cart", js: true do +feature "Check out with Stripe", js: true do include AuthenticationHelper include ShopWorkflow include CheckoutHelper