X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/55a793150dbb2caa0bc2d6ad69a85515fa23e58d..bcf5782fb5a3a916ea036ce78ecd2a1208ace87f:/test/system/user_muting_test.rb diff --git a/test/system/user_muting_test.rb b/test/system/user_muting_test.rb index e70005e64..d46d5a04c 100644 --- a/test/system/user_muting_test.rb +++ b/test/system/user_muting_test.rb @@ -13,7 +13,7 @@ class UserMutingTest < ApplicationSystemTestCase click_on "Mute this User" assert_content "You muted #{other_user.display_name}" - visit edit_account_path + visit account_path assert_content "Muted Users" click_on "Muted Users" assert_content "You have muted 1 User" @@ -21,7 +21,7 @@ class UserMutingTest < ApplicationSystemTestCase assert_content "You unmuted #{other_user.display_name}" refute_content "Muted Users" - assert_current_path edit_account_path + assert_current_path account_path end test "messages sent by muted users are set `muted` and do not cause notification emails" do