Skip to content

Part 2

Part 2 #6

Triggered via pull request May 30, 2025 07:35
Status Failure
Total duration 16s
Artifacts

run-tests.yaml

on: pull_request
Frontend tests
12s
Frontend tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Frontend tests
Process completed with exit code 1.
src/components/TaskForm.test.tsx > TaskForm > calls submit handler with edited fields: frontend/src/components/TaskForm.test.tsx#L138
AssertionError: expected "spy" to be called with arguments: [ { _id: 'task123', …(5) } ] Received: 1st spy call: Array [ Object { "_id": "task123", - "assignee": "", "dateCreated": 2025-05-30T07:35:25.108Z, "description": "Updated description", "isChecked": false, "title": "Updated title", }, ] Number of calls: 1 ❯ src/components/TaskForm.test.tsx:138:24