mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
added abbility for added extenstions prohibited status
This commit is contained in:
parent
f9436062a6
commit
1bb5dddd58
10 changed files with 32 additions and 25 deletions
|
@ -20,7 +20,7 @@ class AdminDomainsTestTest < ApplicationSystemTestCase
|
|||
refute_text 'Registry lock time 2010-07-05 00:30'
|
||||
|
||||
lockable_domain = domains(:airport)
|
||||
lockable_domain.apply_registry_lock
|
||||
lockable_domain.apply_registry_lock(extensionsProhibited: false)
|
||||
|
||||
visit admin_domain_path(lockable_domain)
|
||||
assert_text 'Registry lock time 2010-07-05 00:30'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue