mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Add identity codes to users in session spec
This commit is contained in:
parent
bf94f5cc9f
commit
26f5eda636
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ feature 'Sessions', type: :feature do
|
|||
let(:zone) { Fabricate(:registrar) }
|
||||
|
||||
background do
|
||||
Fabricate(:user, registrar: zone)
|
||||
Fabricate(:user, registrar: zone, username: 'zone', admin: false)
|
||||
Fabricate(:user, registrar: zone, username: 'elkdata', identity_code: '37810013261')
|
||||
Fabricate(:user, registrar: zone, username: 'zone', admin: false, identity_code: '37810013087')
|
||||
Fabricate(:domain_validation_setting_group)
|
||||
Fabricate.times(2, :domain, registrar: zone)
|
||||
Fabricate.times(2, :domain, registrar: elkdata)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue