From 109432d282921429a965e4c55b1599d7a1ccbf66 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 1 Jul 2024 13:56:23 +1000 Subject: [PATCH] fixup: feature toggle old screen --- spec/system/admin/bulk_product_update_spec.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/spec/system/admin/bulk_product_update_spec.rb b/spec/system/admin/bulk_product_update_spec.rb index 527512c648..b53ff6d819 100644 --- a/spec/system/admin/bulk_product_update_spec.rb +++ b/spec/system/admin/bulk_product_update_spec.rb @@ -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