X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/152414861caa30e9217e3451caabd5a2b983ce2b..HEAD:/test/system/view_communities_test.rb diff --git a/test/system/view_communities_test.rb b/test/system/view_communities_test.rb index f431ed64a..349d0a5bf 100644 --- a/test/system/view_communities_test.rb +++ b/test/system/view_communities_test.rb @@ -5,7 +5,7 @@ class ViewCommunitiesTest < ApplicationSystemTestCase # Check that all the parsing of the chapter information has worked visit "/communities" assert_link "OpenStreetMap US", :href => "https://www.openstreetmap.us/" - assert_link "OpenStreetMap Belgium Local Chapter", :href => "https://openstreetmap.be/" + assert_link "OpenStreetMap Belgium", :href => "https://openstreetmap.be/" end def test_translated_links @@ -16,7 +16,7 @@ class ViewCommunitiesTest < ApplicationSystemTestCase click_on "Update Preferences" visit "/communities" - assert_link "OpenStreetMap US", :href => "https://www.openstreetmap.us/" - assert_link "Chapitre local OpenStreetMap Belgique", :href => "https://openstreetmap.be/" + assert_link "OpenStreetMap États-Unis", :href => "https://www.openstreetmap.us/" + assert_link "OpenStreetMap Belgique", :href => "https://openstreetmap.be/" end end