This commit is contained in:
Martin Lensment 2015-08-25 11:23:50 +03:00
parent 8a6444bbf9
commit 305b666e5d

View file

@ -3101,6 +3101,8 @@ describe 'EPP Domain', epp: true do
it 'should show force delete in poll' do
domain.set_force_delete
response = epp_plain_request(@epp_xml.session.poll)
msg_q = response[:parsed].css('msgQ')
msg_q.css('msg').text.should == "Force delete set on domain #{domain.name}"
end
end
end