mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Remove reduntant test, fix REPP text
This commit is contained in:
parent
e27132bab7
commit
865e0adef8
5 changed files with 7 additions and 15 deletions
|
@ -16,7 +16,9 @@ feature 'Sessions', type: :feature do
|
|||
|
||||
it 'should not get in with invalid ip' do
|
||||
Fabricate(:registrar, white_ips: [Fabricate(:white_ip), Fabricate(:white_ip_registrar)])
|
||||
@api_user_invalid_ip = Fabricate(:api_user, identity_code: '37810013294', registrar: Fabricate(:registrar, white_ips: []))
|
||||
@api_user_invalid_ip = Fabricate(
|
||||
:api_user, identity_code: '37810013294', registrar: Fabricate(:registrar, white_ips: [])
|
||||
)
|
||||
visit registrar_login_path
|
||||
fill_in 'depp_user_tag', with: @api_user_invalid_ip.username
|
||||
fill_in 'depp_user_password', with: @api_user_invalid_ip.password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue