From 478a638fdd3eac6adc704e1e8baae1fe32be7dc4 Mon Sep 17 00:00:00 2001 From: Jacklyn Ma <29336370+jacklynhma@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:53:01 -0500 Subject: [PATCH] fix rubocop linter error --- test/integration/profile_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/profile_test.rb b/test/integration/profile_test.rb index 415aa674120..1204ab2b2a9 100644 --- a/test/integration/profile_test.rb +++ b/test/integration/profile_test.rb @@ -144,6 +144,7 @@ def sign_out click_link "Sign out" visit profile_path("nick1") + assert page.has_link?("https://nickisawe...") end