scenario "do not show SDG columns if disabled" do
      process = create(:legislation_process, title: "Legislation process with SDG related content")
      process.sdg_goals = [SDG::Goal[1], SDG::Goal[17]]

      Setting["feature.sdg"] = false