Move orders_spec.rb as system spec

This commit is contained in:
Jean-Baptiste Bellet
2021-10-12 14:27:38 +02:00
parent 2a09ba11a2
commit d53ae3370d

View File

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