Update CRM object schemas to include new fields and enhance data repr… #477
changeset-release.yml
on: push
Changeset Release
3m 32s
Annotations
4 errors
|
Changeset Release
Process completed with exit code 1.
|
|
Changeset Release
@object-ui/plugin-kanban#test: command (/home/runner/work/objectui/objectui/packages/plugin-kanban) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
|
src/index.test.ts > Plugin Kanban:
packages/plugin-kanban/src/index.test.ts#L14
Error: Hook timed out in 10000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/index.test.ts:14:3
|
|
src/ObjectKanban.msw.test.tsx > ObjectKanban with MSW > fetches tasks and renders them in columns based on groupBy:
packages/plugin-kanban/src/ObjectKanban.msw.test.tsx#L76
TestingLibraryElementError: Unable to find an element with the text: Task 1. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
class="animate-pulse rounded-md bg-muted w-full h-[600px]"
/>
</div>
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div
class="animate-pulse rounded-md bg-muted w-full h-[600px]"
/>
</div>
</body>
</html>...
❯ waitForWrapper ../../node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/ObjectKanban.msw.test.tsx:76:11
|