cambios en tests de usuarios
This commit is contained in:
parent
feacf4ac97
commit
e814ba1950
|
@ -63,6 +63,7 @@ describe('Component Tests', () => {
|
||||||
login: '',
|
login: '',
|
||||||
langKey: 'es',
|
langKey: 'es',
|
||||||
name: '',
|
name: '',
|
||||||
|
firstName: 'userNormal',
|
||||||
profileIcon: 1,
|
profileIcon: 1,
|
||||||
isAdmin: 0,
|
isAdmin: 0,
|
||||||
isGoogle: 0,
|
isGoogle: 0,
|
||||||
|
|
|
@ -63,6 +63,7 @@ describe('Component Tests', () => {
|
||||||
login: '',
|
login: '',
|
||||||
langKey: 'es',
|
langKey: 'es',
|
||||||
name: '',
|
name: '',
|
||||||
|
firstName: 'userNormal',
|
||||||
profileIcon: 1,
|
profileIcon: 1,
|
||||||
isAdmin: 1,
|
isAdmin: 1,
|
||||||
isGoogle: 0,
|
isGoogle: 0,
|
||||||
|
|
Loading…
Reference in New Issue