Story#110308584 - update tests of features/domain

This commit is contained in:
Vladimir Krylov 2016-04-21 09:59:07 +03:00
parent 9059a57810
commit 24fa4e93cc

View file

@ -68,10 +68,9 @@ feature 'Domain', type: :feature do
click_link 'Edit statuses'
click_button 'Save'
page.should have_content('Failed to update domain')
page.should have_content('Object status prohibits operation')
page.should_not have_content('Failed to update domain')
page.should_not 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('serverForceDelete')