mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 11:19:39 +02:00
Strory#110308584 - update test "returns no authorization error for wrong user and no password"
This commit is contained in:
parent
1d6b6a6748
commit
72f40e0739
1 changed files with 3 additions and 3 deletions
|
@ -911,9 +911,9 @@ describe 'EPP Contact', epp: true do
|
||||||
response[:results].count.should == 1
|
response[:results].count.should == 1
|
||||||
|
|
||||||
contact = response[:parsed].css('resData infData')
|
contact = response[:parsed].css('resData infData')
|
||||||
contact.css('postalInfo addr city').first.try(:text).should == nil
|
contact.css('postalInfo addr city').first.try(:text).should == "No access"
|
||||||
contact.css('email').first.try(:text).should == nil
|
contact.css('email').first.try(:text).should == "No access"
|
||||||
contact.css('voice').first.try(:text).should == nil
|
contact.css('voice').first.try(:text).should == "No access"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue