mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Rename "Domain password" to "Domain transfer code"
Original change in 4b836f1476
#660
This commit is contained in:
parent
a4c11996f2
commit
07900ed807
3 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ class RegistrarDomainsTest < ActionDispatch::IntegrationTest
|
|||
visit registrar_domains_url
|
||||
click_link 'Transfer'
|
||||
fill_in 'Name', with: 'shop.test'
|
||||
fill_in 'Password', with: '65078d5'
|
||||
fill_in 'Transfer code', with: '65078d5'
|
||||
click_button 'Transfer'
|
||||
|
||||
assert_text 'Transfer requested at: 2010-07-05 10:30:00'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue