Merge pull request #8584 from filipefurtad0/shop_cart_spec_into_system

Updates/moves cart_spec into system
This commit is contained in:
Maikel
2021-12-08 18:10:34 +11:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "full-page cart", js: true do
include AuthenticationHelper