From 5c00a7364da96df34b8e1cdfb22e1ac0543f918a Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Tue, 21 Aug 2018 23:50:29 +0300 Subject: [PATCH] Improve readability --- test/system/registrar_area/protected_area_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/system/registrar_area/protected_area_test.rb b/test/system/registrar_area/protected_area_test.rb index 08dd6a63e..6dc258458 100644 --- a/test/system/registrar_area/protected_area_test.rb +++ b/test/system/registrar_area/protected_area_test.rb @@ -16,6 +16,7 @@ class RegistrarAreaProtectedAreaTest < ApplicationSystemTestCase def test_authenticated_user_is_not_asked_to_authenticate_again sign_in users(:api_bestnames) visit new_registrar_user_session_url + assert_text 'You are already signed in' assert_current_path registrar_poll_path end