From 54d8bc6b55cfcb4352c668afb3cb59779bbed902 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sun, 14 May 2023 16:17:08 +0200 Subject: [PATCH] Fix typo --- test/system/users_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/users_test.rb b/test/system/users_test.rb index 534dd00..96c6904 100644 --- a/test/system/users_test.rb +++ b/test/system/users_test.rb @@ -140,7 +140,7 @@ class UsersTest < ApplicationSystemTestCase sign_in user: user # TODO: remove condition after root changed to different path than profile unless has_current_path?(edit_user_registration_path) - first(:link_r_button, user.email).click + first(:link_or_button, user.email).click end assert_difference ->{ User.count }, -1 do # TODO: accept_confirm when modal dialog is working