Skip to content

refactor: update ObjectForm and ObjectGrid tests to use ContactObject… #335

refactor: update ObjectForm and ObjectGrid tests to use ContactObject…

refactor: update ObjectForm and ObjectGrid tests to use ContactObject… #335

Triggered via push February 1, 2026 11:51
Status Failure
Total duration 4m 27s
Artifacts
Changeset Release
3m 54s
Changeset Release
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Changeset Release
Process completed with exit code 1.
Changeset Release
@object-ui/console#test: command (/home/runner/work/objectui/objectui/apps/console) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
src/__tests__/ObjectFormUnit.test.tsx > ObjectForm Unit Tests > Edit Mode > should update contact successfully: apps/console/src/__tests__/ObjectFormUnit.test.tsx#L239
AssertionError: expected undefined to be 'John Doe Updated' // Object.is equality - Expected: "John Doe Updated" + Received: undefined ❯ src/__tests__/ObjectFormUnit.test.tsx:239:27
src/__tests__/ObjectFormUnit.test.tsx > ObjectForm Unit Tests > Create Mode > should apply default values from schema: apps/console/src/__tests__/ObjectFormUnit.test.tsx#L167
AssertionError: expected undefined to be 5 // Object.is equality - Expected: 5 + Received: undefined ❯ src/__tests__/ObjectFormUnit.test.tsx:167:31
src/__tests__/ObjectFormUnit.test.tsx > ObjectForm Unit Tests > Create Mode > should create a contact successfully: apps/console/src/__tests__/ObjectFormUnit.test.tsx#L128
AssertionError: expected undefined to be 'Test User' // Object.is equality - Expected: "Test User" + Received: undefined ❯ src/__tests__/ObjectFormUnit.test.tsx:128:27