mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Fix test #2564
This commit is contained in:
parent
c439cf4ae0
commit
0c4e152abd
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ feature 'BlockedDomain', type: :feature do
|
||||||
page.should have_content('cache.ee')
|
page.should have_content('cache.ee')
|
||||||
|
|
||||||
d.valid?
|
d.valid?
|
||||||
d.errors.full_messages.should match_array(["Domain name Domain name is blocked"])
|
d.errors.full_messages.should match_array(["Data management policy violation: Domain name is blocked [name]"])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue