mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
parent
d64686777c
commit
b11b6f7d8b
10 changed files with 33 additions and 20 deletions
|
@ -29,4 +29,10 @@ class RegistrarDomainsTest < ActionDispatch::IntegrationTest
|
|||
|
||||
assert_text 'Transfer requested at: 2010-07-05 10:30:00'
|
||||
end
|
||||
|
||||
def test_prefills_domain_transfer_form
|
||||
visit info_registrar_domains_url(domain_name: 'airport.test')
|
||||
click_link 'Transfer'
|
||||
assert_field 'domain_name', with: 'airport.test'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue