#623
This commit is contained in:
Artur Beljajev 2018-03-13 11:32:44 +02:00
parent b3c4f794d0
commit 3ed6416e50

View file

@ -9,9 +9,10 @@ class AdminAreaNewRegistrarTest < ActionDispatch::IntegrationTest
visit admin_registrars_url
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 'Contact e-mail', with: 'test@example.com'
select 'United States', from: 'Country'
fill_in 'Accounting customer code', with: 'test'
fill_in 'Code', with: 'test'