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