Skip to content

Commit 15d8ee6

Browse files
committed
add spec for fundraising regulator logo
1 parent 401c18b commit 15d8ee6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spec/components/footer_component_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@
4141
describe "footer columns" do
4242
it { is_expected.to have_css "nav ul", count: 2 }
4343
end
44+
45+
describe "Fundraising Regulator logo" do
46+
it { is_expected.to have_css 'img[src^="https://www.fundraisingregulator.org.uk"]' }
47+
end
4448
end

0 commit comments

Comments
 (0)