Skip to content

changes

changes #96

Triggered via push June 3, 2026 22:25
Status Failure
Total duration 31s
Artifacts

client-ci.yml

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

Annotations

10 errors and 1 warning
tests/auth/reset-password.test.tsx > ResetPassword page > prevents submission when passwords do not match: client/tests/auth/reset-password.test.tsx#L73
AssertionError: expected 1st "vi.fn()" call to have been called with [ null ], but called only 0 times ❯ tests/auth/reset-password.test.tsx:73:25
tests/auth/reset-password.test.tsx > ResetPassword page > submits when validation succeeds: client/tests/auth/reset-password.test.tsx#L53
AssertionError: expected "vi.fn()" to be called with arguments: [ null ] Number of calls: 0 ❯ tests/auth/reset-password.test.tsx:53:25
tests/auth/register.test.tsx > Register page > prevents submission when passwords do not match: client/tests/auth/register.test.tsx#L83
AssertionError: expected 1st "vi.fn()" call to have been called with [ null ], but called only 0 times ❯ tests/auth/register.test.tsx:83:25
tests/auth/register.test.tsx > Register page > submits trimmed form data when validation succeeds: client/tests/auth/register.test.tsx#L49
AssertionError: expected "vi.fn()" to be called with arguments: [ null ] Number of calls: 0 ❯ tests/auth/register.test.tsx:49:25
tests/auth/login.test.tsx > Login page > prevents submission when validation fails: client/tests/auth/login.test.tsx#L74
AssertionError: expected 1st "vi.fn()" call to have been called with [ null ], but called only 0 times ❯ tests/auth/login.test.tsx:74:25
tests/auth/login.test.tsx > Login page > submits valid credentials: client/tests/auth/login.test.tsx#L44
AssertionError: expected "vi.fn()" to be called with arguments: [ null ] Number of calls: 0 ❯ tests/auth/login.test.tsx:44:25
tests/auth/forgot-password.test.tsx > ForgotPassword page > prevents submission when validation fails: client/tests/auth/forgot-password.test.tsx#L64
AssertionError: expected 1st "vi.fn()" call to have been called with [ null ], but called only 0 times ❯ tests/auth/forgot-password.test.tsx:64:25
tests/auth/forgot-password.test.tsx > ForgotPassword page > submits valid email: client/tests/auth/forgot-password.test.tsx#L42
AssertionError: expected "vi.fn()" to be called with arguments: [ null ] Number of calls: 0 ❯ tests/auth/forgot-password.test.tsx:42:25
tests/auth/confirm-password.test.tsx > ConfirmPassword page > prevents submission when validation fails: client/tests/auth/confirm-password.test.tsx#L64
AssertionError: expected 1st "vi.fn()" call to have been called with [ null ], but called only 0 times ❯ tests/auth/confirm-password.test.tsx:64:25
tests/auth/confirm-password.test.tsx > ConfirmPassword page > submits valid password: client/tests/auth/confirm-password.test.tsx#L42
AssertionError: expected "vi.fn()" to be called with arguments: [ null ] Number of calls: 0 ❯ tests/auth/confirm-password.test.tsx:42:25
build (22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/