Skip to content

Redesign of Posts screen for talawa user portal. #810

Redesign of Posts screen for talawa user portal.

Redesign of Posts screen for talawa user portal. #810

Triggered via pull request April 15, 2024 06:33
Status Failure
Total duration 2m 43s
Artifacts

pull-request.yml

on: pull_request
Performs linting, formatting, type-checking, checking for different source and target branch
2m 32s
Performs linting, formatting, type-checking, checking for different source and target branch
Check for eslint-disable
6s
Check for eslint-disable
Checks if no unauthorized files are changed
6s
Checks if no unauthorized files are changed
Checks if number of files changed is acceptable
11s
Checks if number of files changed is acceptable
Runs Introspection on the GitHub talawa-api repo on the schema.graphql file
17s
Runs Introspection on the GitHub talawa-api repo on the schema.graphql file
Check Target Branch
0s
Check Target Branch
Test Application
0s
Test Application
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Runs Introspection on the GitHub talawa-api repo on the schema.graphql file
Process completed with exit code 1.
Performs linting, formatting, type-checking, checking for different source and target branch: src/components/UserPortal/PostCard/PostCard.test.tsx#L474
Property 'postedAt' is missing in type '{ id: string; creator: { firstName: string; lastName: string; email: string; id: string; }; image: string; video: string; text: string; title: string; likeCount: number; commentCount: number; comments: { ...; }[]; likedBy: { ...; }[]; }' but required in type 'InterfacePostCard'.
Performs linting, formatting, type-checking, checking for different source and target branch: src/components/UserPortal/PostCard/PostCard.test.tsx#L544
Property 'postedAt' is missing in type '{ id: string; creator: { firstName: string; lastName: string; email: string; id: string; }; image: string; video: string; text: string; title: string; likeCount: number; commentCount: number; comments: { ...; }[]; likedBy: { ...; }[]; }' but required in type 'InterfacePostCard'.
Performs linting, formatting, type-checking, checking for different source and target branch: src/components/UserPortal/StartPostModal/StartPostModal.test.tsx#L104
Property 'img' is missing in type '{ show: boolean; onHide: Mock<any, any>; fetchPosts: Mock<any, any>; userData: { user: { __typename: string; _id: string; image: string | null; firstName: string; lastName: string; ... 11 more ...; organizationsBlockedBy: never[]; }; appUserProfile: { ...; }; }; organizationId: string; }' but required in type 'InterfaceStartPostModalProps'.