fix e2e tests

This commit is contained in:
Pierre Noël 2022-08-05 11:15:50 +02:00
parent 176acfef4c
commit 3bb7a08fa1

View File

@ -41,6 +41,12 @@ const FIXTURE_DEFAULT_LAYOUT = [
size: 12, size: 12,
}, },
], ],
[
{
name: 'author',
size: 6,
},
],
]; ];
describe('Content Manager - Update Layout', () => { describe('Content Manager - Update Layout', () => {
@ -162,6 +168,12 @@ describe('Content Manager - Update Layout', () => {
size: 12, size: 12,
}, },
], ],
[
{
name: 'author',
size: 6,
},
],
[ [
{ {
@ -229,6 +241,10 @@ describe('Content Manager - Update Layout', () => {
], ],
[ [
{
name: 'author',
size: 6,
},
{ {
name: 'date', name: 'date',
size: 4, size: 4,