8230 - Map spec update

This commit is contained in:
Ryan Murphy
2024-11-06 08:39:35 -05:00
parent 008d764c34
commit 32ab821839

View File

@@ -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