chore: uncomment the test (#13658)
This commit is contained in:
parent
a2da070ca4
commit
27eda9ca3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue