From: Anton Khorev Date: Sat, 12 Apr 2025 17:15:36 +0000 (+0300) Subject: Change test layer without map key from CyclOSM to HOT X-Git-Tag: live~49^2~5 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/564b90471a914b9c3c6a22a926ed54ae9a8cfe21?ds=sidebyside;hp=--cc Change test layer without map key from CyclOSM to HOT --- 564b90471a914b9c3c6a22a926ed54ae9a8cfe21 diff --git a/test/system/site_test.rb b/test/system/site_test.rb index d7b9f279e..df7682fe9 100644 --- a/test/system/site_test.rb +++ b/test/system/site_test.rb @@ -28,7 +28,7 @@ class SiteTest < ApplicationSystemTestCase end test "tooltip shows for Map Key button on a layer without a key provided" do - visit "/#layers=Y" # assumes that CyclOSM layer has no map key + visit "/#layers=H" # assumes that HOT layer has no map key assert_no_selector ".tooltip" button = find ".control-key .control-button"