mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix Layout/LineLength
Ha, `not_to have` is one character longer..
This commit is contained in:
@@ -64,9 +64,11 @@ describe "Cookies", caching: true do
|
||||
scenario "it is not showing" do
|
||||
Spree::Config[:cookies_consent_banner_toggle] = false
|
||||
visit root_path
|
||||
expect(page).not_to have_content 'This site uses cookies in order to make your navigation ' \
|
||||
'frictionless and secure, and to help us understand how ' \
|
||||
'you use it in order to improve the features we offer.'
|
||||
expect(page).not_to have_content(
|
||||
'This site uses cookies in order to make your navigation ' \
|
||||
'frictionless and secure, and to help us understand how ' \
|
||||
'you use it in order to improve the features we offer.'
|
||||
)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user