mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Rename profile page in registrar area to account
This commit is contained in:
parent
5e0eca22cf
commit
207c2a704c
10 changed files with 10 additions and 10 deletions
|
@ -17,10 +17,10 @@ class RegistrarAreaPasswordSignInTest < ApplicationSystemTestCase
|
|||
assert_current_path registrar_root_path
|
||||
end
|
||||
|
||||
def test_after_successful_sign_in_billing_user_sees_profile
|
||||
def test_after_successful_sign_in_billing_user_sees_account
|
||||
@user.update!(roles: [ApiUser::BILLING])
|
||||
login_with_correct_credentials
|
||||
assert_current_path registrar_profile_path
|
||||
assert_current_path registrar_account_path
|
||||
end
|
||||
|
||||
def test_wrong_password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue