From 27eda9ca3d4fe3d858e36ba50d2bfdf9b6250361 Mon Sep 17 00:00:00 2001 From: Ridhwana Date: Wed, 5 May 2021 19:00:15 +0200 Subject: [PATCH] chore: uncomment the test (#13658) --- spec/requests/admin/nested_sidebar_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/requests/admin/nested_sidebar_spec.rb b/spec/requests/admin/nested_sidebar_spec.rb index 0dc263a43..fa75a0516 100644 --- a/spec/requests/admin/nested_sidebar_spec.rb +++ b/spec/requests/admin/nested_sidebar_spec.rb @@ -45,7 +45,7 @@ RSpec.describe "admin sidebar", type: :request do end describe "data update script admin feature flag" do - xit "does not show the option in the tabbed header when the feature flag is disabled" do + it "does not show the option in the tabbed header when the feature flag is disabled" do allow(FeatureFlag).to receive(:enabled?).with(:data_update_scripts).and_return(false) get admin_tools_path