diff --git a/spec/features/consumer/shopping/checkout_auth_spec.rb b/spec/system/consumer/shopping/checkout_auth_spec.rb similarity index 99% rename from spec/features/consumer/shopping/checkout_auth_spec.rb rename to spec/system/consumer/shopping/checkout_auth_spec.rb index 9f26bd77f41..8461f8523af 100644 --- a/spec/features/consumer/shopping/checkout_auth_spec.rb +++ b/spec/system/consumer/shopping/checkout_auth_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe "As a consumer I want to check out my cart", js: true do include AuthenticationHelper