From 4fbc7eeb44e849bece4eacc80d056049e87565a0 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 7 Dec 2021 13:46:40 +0000 Subject: [PATCH] Updates/moves checkout_paypal into system --- .../consumer/shopping/checkout_paypal_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/shopping/checkout_paypal_spec.rb (99%) diff --git a/spec/features/consumer/shopping/checkout_paypal_spec.rb b/spec/system/consumer/shopping/checkout_paypal_spec.rb similarity index 99% rename from spec/features/consumer/shopping/checkout_paypal_spec.rb rename to spec/system/consumer/shopping/checkout_paypal_spec.rb index 45eb4d1b6a..291772a4c1 100644 --- a/spec/features/consumer/shopping/checkout_paypal_spec.rb +++ b/spec/system/consumer/shopping/checkout_paypal_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require "spec_helper" +require "system_helper" describe "Check out with Paypal", js: true do include ShopWorkflow