Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
missed from #3944
  • Loading branch information
hannako committed Mar 22, 2024
1 parent 38b6ef1 commit 8da6ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Unreleased

* Fix typo from PR #3944 ([PR #3945](https://github.com/alphagov/govuk_publishing_components/pull/3945))
* Improve test coverage of contextual breadcrumb logic ([PR #3944](https://github.com/alphagov/govuk_publishing_components/pull/3944))

## 37.9.1
Expand Down
4 changes: 2 additions & 2 deletions spec/features/contextual_navigation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
given_theres_a_page_tagged_to_browse_without_a_browse_parent
and_i_visit_that_page
then_i_see_the_browse_page_in_the_footer
then_i_see_the_topic_breadcrumb
and_the_taxonomy_breadcrumbs
end

scenario "Foreign travel advice content" do
Expand Down Expand Up @@ -273,7 +273,7 @@ def given_theres_a_page_tagged_to_browse_with_a_browse_parent
def given_theres_a_page_tagged_to_browse_without_a_browse_parent
content_store_has_random_item(
links: {
"topics" => [topic_item],
"taxons" => [taxon_item],
"mainstream_browse_pages" => [example_item("mainstream_browse_page", "root_page")],
},
)
Expand Down

0 comments on commit 8da6ce2

Please sign in to comment.