diff --git a/spec/features/registrant/domain_delete_confirm_spec.rb b/spec/features/registrant/domain_delete_confirm_spec.rb index 23697d9d1..f51374540 100644 --- a/spec/features/registrant/domain_delete_confirm_spec.rb +++ b/spec/features/registrant/domain_delete_confirm_spec.rb @@ -27,6 +27,7 @@ feature 'DomainDeleteConfirm', type: :feature do registrant_verification_asked_at: Time.zone.now ) @domain.statuses << DomainStatus::PENDING_DELETE + @domain.save end it 'should see warning info if token is missing in request' do diff --git a/spec/features/registrant/domain_update_confirm_spec.rb b/spec/features/registrant/domain_update_confirm_spec.rb index fc69bfb0f..0af47e43b 100644 --- a/spec/features/registrant/domain_update_confirm_spec.rb +++ b/spec/features/registrant/domain_update_confirm_spec.rb @@ -27,6 +27,7 @@ feature 'DomainUpdateConfirm', type: :feature do registrant_verification_asked_at: Time.zone.now ) @domain.statuses << DomainStatus::PENDING_UPDATE + @domain.save end it 'should see warning info if token is missing in request' do