Merge pull request #1053 from objectstack-ai/copilot/fix-msw-service-… #1020
changeset-release.yml
on: push
Changeset Release
11m 48s
Annotations
3 errors
|
Changeset Release
Process completed with exit code 1.
|
|
packages/plugin-dashboard/src/__tests__/ObjectDataTable.test.tsx > ObjectDataTable > should show error state on fetch failure:
packages/plugin-dashboard/src/__tests__/ObjectDataTable.test.tsx#L54
TestingLibraryElementError: Unable to find an element with the text: Connection refused. 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="overflow-auto"
data-testid="table-loading"
>
<div
class="space-y-2 p-2"
>
<div
class="flex gap-2"
>
<div
class="animate-pulse rounded-md bg-muted h-6 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-6 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-6 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-6 w-1/4"
/>
</div>
<div
class="flex gap-2"
>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
</div>
<div
class="flex gap-2"
>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
</div>
<div
class="flex gap-2"
>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
</div>
<div
class="flex gap-2"
>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
<div
class="animate-pulse rounded-md bg-muted h-5 w-1/4"
/>
</div>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ packages/plugin-dashboard/src/__tests__/ObjectDataTable.test.tsx:54:19
|
|
apps/console/src/__tests__/RecordDetailEdit.test.tsx > RecordDetailView — detail schema features > renders highlight fields for key field types:
apps/console/src/__tests__/RecordDetailEdit.test.tsx#L191
AssertionError: expected 1 to be greater than or equal to 2
❯ apps/console/src/__tests__/RecordDetailEdit.test.tsx:191:35
|