Skip to content

Commit c2d299d

Browse files
committed
8230 - Map spec update
1 parent 008d764 commit c2d299d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/system/consumer/map_spec.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
context 'map cannot load' do
2020
it 'shows alert' do
2121
message = accept_alert { visit '/map' }
22-
expect(message).to eq("Unable to load map.
23-
Please check your browser settings
24-
and allow 3rd party cookies for this website.".squish)
22+
expect(message).to eq("Unable to load map. Please check your browser" \
23+
" settings and allow 3rd party cookies for this website."
24+
)
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)