We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008d764 commit c2d299dCopy full SHA for c2d299d
spec/system/consumer/map_spec.rb
@@ -19,9 +19,9 @@
19
context 'map cannot load' do
20
it 'shows alert' do
21
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)
+ expect(message).to eq("Unable to load map. Please check your browser" \
+ " settings and allow 3rd party cookies for this website."
+ )
25
end
26
27
0 commit comments