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