Browse Source

tests: adjust expectation for hometown customization

pull/1371/head
Misty De Meo 4 months ago
parent
commit
255f3d9579
No known key found for this signature in database
GPG Key ID: 76CF846A2F674B2C
  1. 3
      spec/system/home_spec.rb

3
spec/system/home_spec.rb

@ -56,7 +56,8 @@ RSpec.describe 'Home page' do
it 'visits the root path and is redirected to the local live feed page', :js do
visit root_path
expect(page).to have_current_path('/public/local')
# Hometown: the logged-out homepage is /about, not the local feed
expect(page).to have_current_path('/about')
end
end
end

Loading…
Cancel
Save