From 28698ab3bd649d6ef20e5b4c4f0f9b61cef9e924 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 7 Dec 2021 16:25:21 +0000 Subject: [PATCH] Moves/Updates unit_price_spec into system --- spec/{features => system}/consumer/shopping/unit_price_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/shopping/unit_price_spec.rb (99%) diff --git a/spec/features/consumer/shopping/unit_price_spec.rb b/spec/system/consumer/shopping/unit_price_spec.rb similarity index 99% rename from spec/features/consumer/shopping/unit_price_spec.rb rename to spec/system/consumer/shopping/unit_price_spec.rb index 99b7b2c743..c134dd4f4d 100644 --- a/spec/features/consumer/shopping/unit_price_spec.rb +++ b/spec/system/consumer/shopping/unit_price_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe "As a consumer, I want to check unit price information for a product", js: true do include AuthenticationHelper