mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 11:19:39 +02:00
Validate all contacts on domain create / update #2825
This commit is contained in:
parent
927f762552
commit
fca74e2ede
4 changed files with 22 additions and 5 deletions
|
@ -1435,7 +1435,7 @@ describe 'EPP Domain', epp: true do
|
|||
original_contacts_codes.sort.should == domain.contacts.pluck(:code).sort
|
||||
end
|
||||
|
||||
fit 'transfers domain contact should populate copy_from_id' do
|
||||
it 'transfers domain contact should populate copy_from_id' do
|
||||
d = Fabricate(:domain)
|
||||
d.tech_contacts << domain.registrant
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue