mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
post page test fixed
This commit is contained in:
parent
e3eaaf4435
commit
60b05379d9
@ -19,6 +19,7 @@ describe('PostSlug', () => {
|
|||||||
post: {
|
post: {
|
||||||
id: '1',
|
id: '1',
|
||||||
author,
|
author,
|
||||||
|
postType: ['Article'],
|
||||||
comments: [
|
comments: [
|
||||||
{
|
{
|
||||||
id: 'comment134',
|
id: 'comment134',
|
||||||
@ -111,6 +112,7 @@ describe('PostSlug', () => {
|
|||||||
id: '1',
|
id: '1',
|
||||||
author: null,
|
author: null,
|
||||||
comments: [],
|
comments: [],
|
||||||
|
postType: ['Article'],
|
||||||
},
|
},
|
||||||
ready: true,
|
ready: true,
|
||||||
}
|
}
|
||||||
|
|||||||
@ -82,6 +82,7 @@ const helpers = {
|
|||||||
commentsCount: faker.random.number(),
|
commentsCount: faker.random.number(),
|
||||||
clickedCount: faker.random.number(),
|
clickedCount: faker.random.number(),
|
||||||
viewedTeaserCount: faker.random.number(),
|
viewedTeaserCount: faker.random.number(),
|
||||||
|
postType: ['Article'],
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user