mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Update domain spec
This commit is contained in:
parent
12f1c7bb4d
commit
3bfffba7a1
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ feature 'Domain', type: :feature do
|
|||
sign_in @user
|
||||
visit admin_domains_url
|
||||
click_link d.name
|
||||
click_link 'Edit statuses'
|
||||
page.should have_content('ok')
|
||||
click_link 'Set force delete'
|
||||
page.should have_content('forceDelete')
|
||||
|
@ -69,6 +70,7 @@ feature 'Domain', type: :feature do
|
|||
page.should have_content('Object status prohibits operation')
|
||||
|
||||
click_link 'Back to domain'
|
||||
click_link 'Edit statuses'
|
||||
click_link 'Unset force delete'
|
||||
page.should_not have_content('forceDelete')
|
||||
page.should_not have_content('serverRenewProhibited')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue