mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
Improve readability
This commit is contained in:
parent
2374d94714
commit
bf33565d0e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class AdminAreaLoginTest < ActionDispatch::IntegrationTest
|
|||
assert_current_path new_admin_user_session_path
|
||||
end
|
||||
|
||||
def test_retry_with_correct_credentials
|
||||
def test_retry_with_correct_username_and_password
|
||||
visit new_admin_user_session_url
|
||||
fill_in 'admin_user_username', with: @user.username
|
||||
fill_in 'admin_user_password', with: 'wrong'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue