fixup: feature toggle old screen

This commit is contained in:
David Cook
2024-07-01 13:56:23 +10:00
parent 5f01bb40d2
commit 109432d282

View File

@@ -4,16 +4,13 @@ require 'system_helper'
RSpec.describe '
As an Administrator
I want to be able to manage products in bulk
I want to be able to manage products in bulk (with the old Products screen)
' do
include AdminHelper
include AuthenticationHelper
include WebHelper
around do |example|
Flipper.disable(:admin_style_v3)
example.run
end
before { Flipper.disable(:admin_style_v3) }
describe "listing products" do
before do