mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 23:54:44 +02:00
parent
b3c4f794d0
commit
3ed6416e50
1 changed files with 2 additions and 1 deletions
|
@ -9,9 +9,10 @@ class AdminAreaNewRegistrarTest < ActionDispatch::IntegrationTest
|
||||||
visit admin_registrars_url
|
visit admin_registrars_url
|
||||||
click_link_or_button 'New registrar'
|
click_link_or_button 'New registrar'
|
||||||
|
|
||||||
fill_in 'Name', with: 'Brand new names'
|
fill_in 'Name', with: 'Brand new name'
|
||||||
fill_in 'Reg no', with: '55555555'
|
fill_in 'Reg no', with: '55555555'
|
||||||
fill_in 'Contact e-mail', with: 'test@example.com'
|
fill_in 'Contact e-mail', with: 'test@example.com'
|
||||||
|
select 'United States', from: 'Country'
|
||||||
fill_in 'Accounting customer code', with: 'test'
|
fill_in 'Accounting customer code', with: 'test'
|
||||||
fill_in 'Code', with: 'test'
|
fill_in 'Code', with: 'test'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue