diff --git a/spec/system/eu_footer_spec.rb b/spec/system/eu_footer_spec.rb deleted file mode 100644 index 11b4c74..0000000 --- a/spec/system/eu_footer_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -# frozen_string_literal: true - -require "rails_helper" - -describe "Has EU footer", perform_enqueued: true do - include_context "when visiting organization homepage" - - it "renders the eu flag in the footer" do - expect(page).to have_xpath("//img[@alt='European Union flag: Funded by the European Union']") - end -end