Skip to content

Commit

Permalink
Merge pull request #2462 from alphagov/fix-failing-html-publication-test
Browse files Browse the repository at this point in the history
Fix failing test that uses incorrect helper method
  • Loading branch information
davidgisbey authored Jun 14, 2022
2 parents cf1efc7 + 7f6001e commit 2c783a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/html_publication_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def assert_has_component_organisation_logo_with_brand(brand, index = 1)
end

test "HTML publication that only applies to a set of nations, with alternative urls" do
setup_and_visit_content_item("national_applicability_alternative_url_html_publication")
setup_and_visit_html_publication("national_applicability_alternative_url_html_publication")
assert_has_devolved_nations_component("Applies to England, Scotland and Wales", [
{
text: "Publication for Northern Ireland",
Expand Down

0 comments on commit 2c783a5

Please sign in to comment.