mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Registrant domain update confirmation
This commit is contained in:
parent
254849494f
commit
ee39181094
16 changed files with 236 additions and 10 deletions
|
@ -1,4 +1,7 @@
|
|||
Fabricator(:registrant_verification) do
|
||||
domain_name { sequence(:name) { |i| "domain#{i}.ee" } }
|
||||
domain(fabricate: :domain)
|
||||
verification_token '123'
|
||||
action 'confirmed'
|
||||
action_type 'registrant_change'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue