]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/view_communities_test.rb
Merge remote-tracking branch 'upstream/pull/4735'
[rails.git] / test / system / view_communities_test.rb
index f431ed64abc818baccdc4fda2d56d231e243ea61..349d0a5bf742c4c97faf980f6055118a4ea10dad 100644 (file)
@@ -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