mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
fix e2e tests
This commit is contained in:
parent
176acfef4c
commit
3bb7a08fa1
@ -41,6 +41,12 @@ const FIXTURE_DEFAULT_LAYOUT = [
|
||||
size: 12,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
name: 'author',
|
||||
size: 6,
|
||||
},
|
||||
],
|
||||
];
|
||||
|
||||
describe('Content Manager - Update Layout', () => {
|
||||
@ -162,6 +168,12 @@ describe('Content Manager - Update Layout', () => {
|
||||
size: 12,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
name: 'author',
|
||||
size: 6,
|
||||
},
|
||||
],
|
||||
|
||||
[
|
||||
{
|
||||
@ -229,6 +241,10 @@ describe('Content Manager - Update Layout', () => {
|
||||
],
|
||||
|
||||
[
|
||||
{
|
||||
name: 'author',
|
||||
size: 6,
|
||||
},
|
||||
{
|
||||
name: 'date',
|
||||
size: 4,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user