chore: uncomment the test (#13658)

This commit is contained in:
Ridhwana 2021-05-05 19:00:15 +02:00 committed by GitHub
parent a2da070ca4
commit 27eda9ca3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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