]> git.openstreetmap.org Git - rails.git/commitdiff
Fix test for change to field name master
authorTom Hughes <tom@compton.nu>
Tue, 10 Jun 2025 18:01:43 +0000 (19:01 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 10 Jun 2025 18:01:43 +0000 (19:01 +0100)
test/system/user_location_change_test.rb

index 24e82936082c881649e202e00097726891e4cc80..c66c6cb99243514791522a58f8e10d0093696195 100644 (file)
@@ -17,7 +17,7 @@ class UserLocationChangeTest < ApplicationSystemTestCase
 
     visit profile_path
 
-    fill_in "Home location name", :with => "Test Location"
+    fill_in "Home Location Name", :with => "Test Location"
     click_on "Update Profile"
 
     assert_text "Profile updated"