]> git.openstreetmap.org Git - rails.git/commitdiff
Update tests for changes in osm-community-index
authorTom Hughes <tom@compton.nu>
Sat, 14 Jan 2023 15:12:23 +0000 (15:12 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 14 Jan 2023 15:12:23 +0000 (15:12 +0000)
test/system/view_communities_test.rb

index d028dc4a117666d0dbd82a0afde2ba5e9fda1549..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
@@ -17,6 +17,6 @@ class ViewCommunitiesTest < ApplicationSystemTestCase
 
     visit "/communities"
     assert_link "OpenStreetMap États-Unis", :href => "https://www.openstreetmap.us/"
-    assert_link "Chapitre local OpenStreetMap Belgique", :href => "https://openstreetmap.be/"
+    assert_link "OpenStreetMap Belgique", :href => "https://openstreetmap.be/"
   end
 end