Skip to content

Commit

Permalink
Update tests for changes in osm-community-index
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 14, 2023
1 parent 0ad7e19 commit 4704059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system/view_communities_test.rb
Expand Up @@ -5,7 +5,7 @@ def test_lc_links
# 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
Expand All @@ -17,6 +17,6 @@ def test_translated_links

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

0 comments on commit 4704059

Please sign in to comment.