Merge pull request #475 from objectstack-ai/copilot/complete-roadmap-… #659
changeset-release.yml
on: push
Changeset Release
3m 28s
Annotations
6 errors
|
Changeset Release
Process completed with exit code 1.
|
|
apps/console/src/__tests__/ViewSwitching.test.tsx > Console View Switching Integration > switches to Timeline view correctly:
apps/console/src/__tests__/ViewSwitching.test.tsx#L138
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="h-full flex flex-col bg-background"
>
<div
class="flex justify-between items-center py-2.5 sm:py-3 px-3 sm:px-4 border-b shrink-0 bg-background z-10"
>
<div
class="flex items-center gap-2 sm:gap-3 min-w-0 flex-1"
>
<div
class="bg-primary/10 p-1.5 sm:p-2 rounded-md shrink-0"
>
<svg
aria-hidden="true"
class="lucide lucide-table h-4 w-4 text-primary"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 3v18"
/>
<rect
height="18"
rx="2"
width="18"
x="3"
y="3"
/>
<path
d="M3 9h18"
/>
<path
d="M3 15h18"
/>
</svg>
</div>
<div
class="min-w-0"
>
<h1
class="text-base sm:text-lg font-semibold tracking-tight text-foreground truncate"
>
Project Task
</h1>
</div>
</div>
<div
class="flex items-center gap-1.5 sm:gap-2 shrink-0"
>
<button
class="inline-flex items-center justify-center whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 rounded-md px-3 shadow-none gap-1.5 sm:gap-2 h-8 sm:h-9"
>
<svg
aria-hidden="true"
class="lucide lucide-plus h-4 w-4"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M5 12h14"
/>
<path
d="M12 5v14"
/>
</svg>
<span
class="hidden sm:inline"
>
console.objectView.new
</span>
</button>
<button
aria-expanded="false"
aria-haspopup="menu"
class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground rounded-md shadow-none h-8 sm:h-9 px-2"
data-state="closed"
id="radix-_r_7_"
title="console.objectView.designTools"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-ellipsis-vertical h-4 w-4"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
|
|
apps/console/src/__tests__/ObjectView.test.tsx > ObjectView Component > renders error when object is not found:
apps/console/src/__tests__/ObjectView.test.tsx#L118
TestingLibraryElementError: Unable to find an element with the text: Object Not Found. 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="h-full p-4 flex items-center justify-center"
>
<div
data-testid="empty"
>
<div
class="mx-auto mb-4 flex h-12 w-12 items-center justify-center rounded-full bg-muted"
>
<svg
aria-hidden="true"
class="lucide lucide-table h-6 w-6 text-muted-foreground"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 3v18"
/>
<rect
height="18"
rx="2"
width="18"
x="3"
y="3"
/>
<path
d="M3 9h18"
/>
<path
d="M3 15h18"
/>
</svg>
</div>
<div
data-testid="empty-title"
>
console.objectView.objectNotFound
</div>
<div
data-testid="empty-description"
>
console.objectView.objectNotFoundDescription
console.objectView.objectNotFoundHint
</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
❯ apps/console/src/__tests__/ObjectView.test.tsx:118:23
|
|
apps/console/src/__tests__/ObjectGalleryIntegration.test.tsx > ObjectGallery & ListView Integration > should receive data from ListView and render items:
apps/console/src/__tests__/ObjectGalleryIntegration.test.tsx#L82
TestingLibraryElementError: Unable to find an element with the text: Tech. 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="flex flex-col h-full bg-background"
>
<div
class="border-b px-4 py-1 flex items-center justify-between gap-2 bg-background"
>
<div
class="flex items-center gap-0.5 overflow-hidden"
>
<button>
<svg
aria-hidden="true"
class="lucide lucide-eye-off h-3.5 w-3.5 mr-1.5"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"
/>
<path
d="M14.084 14.158a3 3 0 0 1-4.242-4.242"
/>
<path
d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"
/>
<path
d="m2 2 20 20"
/>
</svg>
<span
class="hidden sm:inline"
>
Hide fields
</span>
</button>
<div>
<div>
<button>
<svg
aria-hidden="true"
class="lucide lucide-sliders-horizontal h-3.5 w-3.5 mr-1.5"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M10 5H3"
/>
<path
d="M12 19H3"
/>
<path
d="M14 3v4"
/>
<path
d="M16 17v4"
/>
<path
d="M21 12h-9"
/>
<path
d="M21 19h-5"
/>
<path
d="M21 5h-7"
/>
<path
d="M8 10v4"
/>
<path
d="M8 12H3"
/>
</svg>
<span
class="hidden sm:inline"
>
Filter
</span>
</button>
</div>
<div>
<div
class="space-y-4"
>
<div
class="flex items-center justify-between border-b pb-2"
>
<h4
class="font-medium text-sm"
>
Filter Records
</h4>
</div>
<div
class="space-y-3"
>
<div
class="flex items-center justify-between"
>
<div
class="flex items-center gap-2"
>
<span
class="text-sm font-medium"
>
Where
</span>
</div>
</div>
<div
class="space-y-2"
/>
<button
class="inline-flex items-center ju
|
|
apps/console/src/__tests__/BrowserSimulation.test.tsx > Dashboard Integration > Scenario C: Component Registry Check:
apps/console/src/__tests__/BrowserSimulation.test.tsx#L829
AssertionError: expected undefined to be defined
❯ apps/console/src/__tests__/BrowserSimulation.test.tsx:829:32
|
|
packages/plugin-timeline/src/ObjectTimeline.test.tsx > ObjectTimeline > fetches data when objectName is provided:
packages/plugin-timeline/src/ObjectTimeline.test.tsx#L65
TestingLibraryElementError: Unable to find an element with the text: Event 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
data-testid="timeline-view"
/>
</div>
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div
data-testid="timeline-view"
/>
</div>
</body>
</html>...
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ packages/plugin-timeline/src/ObjectTimeline.test.tsx:65:15
|