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:
Maciej Szlosarczyk 2018-08-08 15:49:37 +03:00
parent 611e568488
commit 7ce092dff2
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -51,5 +51,6 @@ class RegistryLockTest < JavaScriptApplicationSystemTestCase
end
assert_text('Registry lock could not be removed')
refute @domain.locked_by_registrant?
end
end