mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Story#104711124 update domains state names + it has influenced to change forceDelete to serverForceDelete
This commit is contained in:
parent
d2b5266887
commit
e92f21dee4
6 changed files with 35 additions and 37 deletions
|
@ -59,7 +59,7 @@ feature 'Domain', type: :feature do
|
|||
click_link 'Edit statuses'
|
||||
page.should have_content('ok')
|
||||
click_link 'Set force delete'
|
||||
page.should have_content('forceDelete')
|
||||
page.should have_content('serverForceDelete')
|
||||
page.should have_content('serverRenewProhibited')
|
||||
page.should have_content('serverTransferProhibited')
|
||||
page.should have_content('serverUpdateProhibited')
|
||||
|
@ -74,7 +74,7 @@ feature 'Domain', type: :feature do
|
|||
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('serverForceDelete')
|
||||
page.should_not have_content('serverRenewProhibited')
|
||||
page.should_not have_content('serverTransferProhibited')
|
||||
page.should_not have_content('serverUpdateProhibited')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue