mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 07:03:38 +00:00
tests: updated e2e tests
This commit is contained in:
parent
635988559a
commit
532c8d6959
@ -329,11 +329,6 @@ describe('Admin Auth End to End', () => {
|
||||
name: 'ValidationError',
|
||||
path: ['userInfo', 'firstname'],
|
||||
},
|
||||
{
|
||||
message: 'userInfo.lastname is a required field',
|
||||
name: 'ValidationError',
|
||||
path: ['userInfo', 'lastname'],
|
||||
},
|
||||
{
|
||||
message: 'userInfo.password is a required field',
|
||||
name: 'ValidationError',
|
||||
@ -341,7 +336,7 @@ describe('Admin Auth End to End', () => {
|
||||
},
|
||||
],
|
||||
},
|
||||
message: '4 errors occurred',
|
||||
message: '3 errors occurred',
|
||||
name: 'ValidationError',
|
||||
},
|
||||
});
|
||||
@ -446,11 +441,6 @@ describe('Admin Auth End to End', () => {
|
||||
name: 'ValidationError',
|
||||
path: ['firstname'],
|
||||
},
|
||||
{
|
||||
message: 'lastname is a required field',
|
||||
name: 'ValidationError',
|
||||
path: ['lastname'],
|
||||
},
|
||||
{
|
||||
message: 'password is a required field',
|
||||
name: 'ValidationError',
|
||||
@ -458,7 +448,7 @@ describe('Admin Auth End to End', () => {
|
||||
},
|
||||
],
|
||||
},
|
||||
message: '4 errors occurred',
|
||||
message: '3 errors occurred',
|
||||
name: 'ValidationError',
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user