]> git.openstreetmap.org Git - rails.git/commitdiff
Change test layer without map key from CyclOSM to HOT
authorAnton Khorev <tony29@yandex.ru>
Sat, 12 Apr 2025 17:15:36 +0000 (20:15 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 12 Apr 2025 17:16:11 +0000 (20:16 +0300)
test/system/site_test.rb

index d7b9f279e9d3d874ca3240d604749efa9e25173f..df7682fe9eceb65240da47ad7314c4f1b4051a4d 100644 (file)
@@ -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"