diff --git a/test/system/registrar_area/protected_area_test.rb b/test/system/registrar_area/protected_area_test.rb index 6dc258458..1e6b4f0a0 100644 --- a/test/system/registrar_area/protected_area_test.rb +++ b/test/system/registrar_area/protected_area_test.rb @@ -10,6 +10,8 @@ class RegistrarAreaProtectedAreaTest < ApplicationSystemTestCase def test_authenticated_user_can_access_protected_area sign_in users(:api_bestnames) visit registrar_domains_url + + assert_no_text 'You need to sign in before continuing' assert_current_path registrar_domains_path end