]> git.openstreetmap.org Git - rails.git/commitdiff
Update tests with "Followings"
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Thu, 27 Mar 2025 18:22:31 +0000 (14:22 -0400)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Thu, 27 Mar 2025 18:22:31 +0000 (14:22 -0400)
test/system/dashboard_test.rb

index 12d9609383104d22402dce2c07279703f3219b7c..34c348d843a9bec3826730ff2f2f208563b15327 100644 (file)
@@ -19,7 +19,7 @@ class DashboardSystemTest < ApplicationSystemTestCase
     visit dashboard_path
     assert_no_text "You have not followed any user yet."
 
-    friends_heading = find :element, "h2", :text => "Followings"
+    friends_heading = find :element, "h2", :text => "Users you follow"
     others_heading = find :element, "h2", :text => "Other nearby users"
 
     assert_link friend_user.display_name, :below => friends_heading, :above => others_heading
@@ -41,7 +41,7 @@ class DashboardSystemTest < ApplicationSystemTestCase
 
       click_on "Follow"
 
-      followings_heading = find :element, "h2", :text => "Followings"
+      followings_heading = find :element, "h2", :text => "Users you follow"
       others_nearby_heading = find :element, "h2", :text => "Other nearby users"
 
       assert_text "There are no other users who admit to mapping nearby yet"