Skip to content

Implementation of Admin dashboard nav bar #303

Implementation of Admin dashboard nav bar

Implementation of Admin dashboard nav bar #303

Triggered via pull request July 9, 2024 14:41
Status Failure
Total duration 1m 3s
Artifacts

application.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
build (20.x): src/__test__/dashBoard/dashBoardNavBar.test.tsx#L81
Replace `element?.tagName.toLowerCase()·===·'h2'·&&·/test·user/i.test(content` with `(⏎········element?.tagName.toLowerCase()·===·'h2'·&&·/test·user/i.test(content)⏎······`
build (20.x): src/components/dashBoard/dashBoardNav.tsx#L27
Visible, non-interactive elements with click handlers must have at least one keyboard listener
build (20.x): src/components/dashBoard/dashBoardNav.tsx#L27
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
build (20.x)
Process completed with exit code 1.
build (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/