mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Add assertion
This commit is contained in:
parent
5c00a7364d
commit
a2a67159d4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue