Skip to content

feat(resource-selector): integrate ResourceSelector component #1046

feat(resource-selector): integrate ResourceSelector component

feat(resource-selector): integrate ResourceSelector component #1046

Triggered via pull request November 7, 2025 05:32
Status Failure
Total duration 4m 21s
Artifacts

unit_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Run unit tests
Process completed with exit code 1.
src/components/__tests__/evaluations/NewEvaluation.spec.js > NewEvaluation > API Interactions > fetches resources for selected cluster: frontend/src/components/evaluations/NewEvaluation.vue#L563
ReferenceError: fetchResourcesInCategory is not defined ❯ Proxy.fetchResources src/components/evaluations/NewEvaluation.vue:563:31 ❯ src/components/__tests__/evaluations/NewEvaluation.spec.js:153:24
Unhandled error: frontend/src/components/evaluations/NewEvaluation.vue#L563
ReferenceError: fetchResourcesInCategory is not defined ❯ fetchResources src/components/evaluations/NewEvaluation.vue:563:31 ❯ fetchClusters src/components/evaluations/NewEvaluation.vue:556:13 ❯ src/components/evaluations/NewEvaluation.vue:696:9 This error originated in "src/components/__tests__/evaluations/NewEvaluation.spec.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "src/components/__tests__/evaluations/NewEvaluation.spec.js". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: frontend/src/components/evaluations/NewEvaluation.vue#L563
ReferenceError: fetchResourcesInCategory is not defined ❯ fetchResources src/components/evaluations/NewEvaluation.vue:563:31 ❯ fetchClusters src/components/evaluations/NewEvaluation.vue:556:13 ❯ processTicksAndRejections node:internal/process/task_queues:95:5 ❯ src/components/evaluations/NewEvaluation.vue:696:9 This error originated in "src/components/__tests__/evaluations/NewEvaluation.spec.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "loads cluster data when we set resource type". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.