Skip to content

Commit 0bf6e26

Browse files
Merge pull request #641 from citizensadvice/chore/update-cookie-preferences-gem-10-09-v2
chore: update citizens_advice_cookie_preferences gem
2 parents d65c568 + 75c1272 commit 0bf6e26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GIT
2121

2222
GIT
2323
remote: https://github.com/citizensadvice/cookie-preferences.git
24-
revision: c8b62e1ad77e7de764eb417811ce09c056b256c3
24+
revision: bf31ffb986484ba0ddbc5fb329a1bf5790180b5e
2525
specs:
2626
citizens_advice_cookie_preferences (0.1.0)
2727
citizens_advice_components (> 8.0.0)

features/step_definitions/cookie_preferences_steps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
expect(page).to have_text("We'd also like to use additional cookies")
55
expect(page).to have_no_text("It looks like you have JavaScript turned off.")
66
expect(page).to have_link("find out more about the cookies we use", href: "/about-us/information/how-we-use-cookies/")
7-
expect(page).to have_link("Manage cookies", href: "/cookie-preferences")
7+
expect(page).to have_link("Choose cookies", href: "/cookie-preferences")
88
end

0 commit comments

Comments
 (0)