mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 06:04:56 +02:00
Add final assertion
To make sure that the domain is in the right state after out-of-order execution of the lock removal
This commit is contained in:
parent
611e568488
commit
7ce092dff2
1 changed files with 1 additions and 0 deletions
|
@ -51,5 +51,6 @@ class RegistryLockTest < JavaScriptApplicationSystemTestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_text('Registry lock could not be removed')
|
assert_text('Registry lock could not be removed')
|
||||||
|
refute @domain.locked_by_registrant?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue