From 47040590967f579c6b9505c0f5d175a47601ba63 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 14 Jan 2023 15:12:23 +0000 Subject: [PATCH] Update tests for changes in osm-community-index --- test/system/view_communities_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/system/view_communities_test.rb b/test/system/view_communities_test.rb index d028dc4a1..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 @@ -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 -- 2.45.2