Merge pull request #8583 from filipefurtad0/shopping_caching_into_system

Updates/moves shops_caching into system
This commit is contained in:
Maikel
2021-12-08 18:09:23 +11:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require "spec_helper"
require "system_helper"
describe "Shops caching", js: true, caching: true do
include WebHelper