diff --git a/test/system/admin_area/domains/registry_lock_test.rb b/test/system/admin_area/domains/registry_lock_test.rb index 47b1f8329..6c741ba60 100644 --- a/test/system/admin_area/domains/registry_lock_test.rb +++ b/test/system/admin_area/domains/registry_lock_test.rb @@ -51,5 +51,6 @@ class RegistryLockTest < JavaScriptApplicationSystemTestCase end assert_text('Registry lock could not be removed') + refute @domain.locked_by_registrant? end end