mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Fix whois #2623
This commit is contained in:
parent
12a05c524c
commit
777f3836e7
3 changed files with 16 additions and 12 deletions
|
@ -22,11 +22,11 @@ feature 'DomainUpdateConfirm', type: :feature do
|
|||
context 'as unknown user with domain with update token' do
|
||||
before :all do
|
||||
@domain = Fabricate(
|
||||
:domain,
|
||||
registrant_verification_token: '123',
|
||||
:domain,
|
||||
registrant_verification_token: '123',
|
||||
registrant_verification_asked_at: Time.zone.now
|
||||
)
|
||||
@domain.domain_statuses.create(value: DomainStatus::PENDING_UPDATE)
|
||||
@domain.statuses << DomainStatus::PENDING_UPDATE
|
||||
end
|
||||
|
||||
it 'should see warning info if token is missing in request' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue