Skip to content

TAA-136: MVP of the Approval Request and Approval Request List page functionality #648

TAA-136: MVP of the Approval Request and Approval Request List page functionality

TAA-136: MVP of the Approval Request and Approval Request List page functionality #648

Triggered via pull request February 11, 2025 22:23
Status Success
Total duration 1m 45s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint JS files: src/Dropdown.spec.js#L4
Using exported name 'userEvent' as identifier for default export
Lint JS files: src/modules/approval-requests/__tests__/ApprovalRequestListPage.test.tsx#L2
Using exported name 'userEvent' as identifier for default export
Lint JS files: src/modules/approval-requests/components/approval-request-list/ApprovalRequestListFilters.tsx#L76
React Hook useCallback has a missing dependency: 'setSearchTerm'. Either include it or remove the dependency array. If 'setSearchTerm' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint JS files: src/modules/approval-requests/components/approval-request-list/__tests__/ApprovalRequestListTable.test.tsx#L2
Using exported name 'userEvent' as identifier for default export
Lint JS files: src/modules/approval-requests/components/approval-request/ApprovalRequestBreadcrumbs.tsx#L36
Do not use hardcoded content as the children of the BreadcrumbAnchor component
Lint JS files: src/modules/approval-requests/components/approval-request/ApprovalRequestBreadcrumbs.tsx#L45
Do not use hardcoded content as the children of the BreadcrumbAnchor component
Lint JS files: src/modules/approval-requests/components/approval-request/ApproverActions.tsx#L183
Do not use hardcoded content in the alt prop of the img component
Lint JS files: src/modules/approval-requests/components/approval-request/__tests__/ApproverActions.test.tsx#L3
Using exported name 'userEvent' as identifier for default export
Lint JS files: src/modules/ticket-fields/fields/Checkbox.tsx#L40
Do not use hardcoded content as the children of the Span component