mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
Improve readability
This commit is contained in:
parent
773b2116ef
commit
5c00a7364d
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class RegistrarAreaProtectedAreaTest < ApplicationSystemTestCase
|
||||||
def test_authenticated_user_is_not_asked_to_authenticate_again
|
def test_authenticated_user_is_not_asked_to_authenticate_again
|
||||||
sign_in users(:api_bestnames)
|
sign_in users(:api_bestnames)
|
||||||
visit new_registrar_user_session_url
|
visit new_registrar_user_session_url
|
||||||
|
|
||||||
assert_text 'You are already signed in'
|
assert_text 'You are already signed in'
|
||||||
assert_current_path registrar_poll_path
|
assert_current_path registrar_poll_path
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue