diff --git a/spec/features/consumer/shopping/checkout_stripe_spec.rb b/spec/system/consumer/shopping/checkout_stripe_spec.rb similarity index 99% rename from spec/features/consumer/shopping/checkout_stripe_spec.rb rename to spec/system/consumer/shopping/checkout_stripe_spec.rb index 007ba704ee..8e236dc60d 100644 --- a/spec/features/consumer/shopping/checkout_stripe_spec.rb +++ b/spec/system/consumer/shopping/checkout_stripe_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe "Check out with Stripe", js: true do include AuthenticationHelper