mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
8230 - Map spec update
This commit is contained in:
@@ -19,9 +19,10 @@ RSpec.describe 'Map' do
|
||||
context 'map cannot load' do
|
||||
it 'shows alert' do
|
||||
message = accept_alert { visit '/map' }
|
||||
expect(message).to eq("Unable to load map.
|
||||
Please check your browser settings
|
||||
and allow 3rd party cookies for this website.".squish)
|
||||
expect(message).to eq(
|
||||
"Unable to load map. Please check your browser " \
|
||||
"settings and allow 3rd party cookies for this website."
|
||||
)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user