From 6025d43f0ddb3ceaea98073b04ebfe4e259460b9 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 4 Oct 2021 17:55:41 +0100 Subject: [PATCH] Updates checkout_spec into system --- spec/{features => system}/consumer/shopping/checkout_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/shopping/checkout_spec.rb (99%) diff --git a/spec/features/consumer/shopping/checkout_spec.rb b/spec/system/consumer/shopping/checkout_spec.rb similarity index 99% rename from spec/features/consumer/shopping/checkout_spec.rb rename to spec/system/consumer/shopping/checkout_spec.rb index 61226656ef..fe1c580e9b 100644 --- a/spec/features/consumer/shopping/checkout_spec.rb +++ b/spec/system/consumer/shopping/checkout_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