diff --git a/spec/features/consumer/shops_spec.rb b/spec/system/consumer/shops_spec.rb similarity index 99% rename from spec/features/consumer/shops_spec.rb rename to spec/system/consumer/shops_spec.rb index e311fd34f0..2122cf0a89 100644 --- a/spec/features/consumer/shops_spec.rb +++ b/spec/system/consumer/shops_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe 'Shops', js: true do include AuthenticationHelper