Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test #3945

Merged
merged 1 commit into from Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,7 @@

## Unreleased

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

## 37.9.1

Expand Down
4 changes: 2 additions & 2 deletions spec/features/contextual_navigation_spec.rb
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