mirror of
https://github.com/internetee/registry.git
synced 2025-07-13 22:45:06 +02:00
parent
579da84c58
commit
59e1e18d32
8 changed files with 29 additions and 2 deletions
|
@ -13,6 +13,7 @@ class NewRegistrarTest < ActionDispatch::IntegrationTest
|
|||
fill_in 'registrar[reg_no]', with: '1234567'
|
||||
fill_in 'registrar[email]', with: 'test@test.com'
|
||||
fill_in 'registrar[code]', with: 'test'
|
||||
fill_in 'registrar[accounting_customer_code]', with: 'test'
|
||||
click_link_or_button 'Create registrar'
|
||||
|
||||
assert_text 'Registrar has been successfully created'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue