Merge pull request #775 from objectstack-ai/dependabot/npm_and_yarn/r… #962
changeset-release.yml
on: push
Changeset Release
7m 31s
Annotations
4 errors
|
Changeset Release
Process completed with exit code 1.
|
|
apps/console/src/__tests__/ReportViewConfigPanel.test.tsx > ReportView — Inline Config Panel > should update preview live when field changes without resetting config panel:
apps/console/src/__tests__/ReportViewConfigPanel.test.tsx#L190
TestingLibraryElementError: Unable to find an element with the text: Sales Report. 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 overflow-hidden bg-background"
>
<div
class="flex flex-col sm:flex-row justify-between sm:items-center gap-3 sm:gap-4 p-4 sm:p-6 border-b shrink-0"
>
<div
class="min-w-0 flex-1"
>
<h1
class="text-lg sm:text-xl md:text-2xl font-bold tracking-tight truncate"
>
Live Preview Title
</h1>
<p
class="text-sm text-muted-foreground mt-1 line-clamp-2"
>
Q1 Sales
</p>
</div>
<div
class="shrink-0 flex items-center gap-1.5"
>
<button
class="inline-flex items-center gap-1.5 rounded-md border border-input bg-background px-2.5 py-1.5 text-xs font-medium text-muted-foreground shadow-sm hover:bg-accent hover:text-accent-foreground"
data-testid="report-edit-button"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-pencil h-3.5 w-3.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="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"
/>
<path
d="m15 5 4 4"
/>
</svg>
Edit
</button>
<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 border border-input bg-background hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3 shadow-none gap-2"
title="Toggle Metadata Inspector"
>
<svg
aria-hidden="true"
class="lucide lucide-code-xml 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="m18 16 4-4-4-4"
/>
<path
d="m6 8-4 4 4 4"
/>
<path
d="m14.5 4-5 16"
/>
</svg>
<span
class="hidden lg:inline"
>
Metadata
</span>
</button>
</div>
</div>
<div
class="flex-1 overflow-hidden flex flex-col sm:flex-row relative"
>
<div
class="flex-1 min-w-0 overflow-auto p-4 sm:p-6 lg:p-8 bg-muted/5"
>
<div
class="max-w-5xl mx-auto shadow-sm border rounded-lg sm:rounded-xl bg-background overflow-hidden min-h-150"
>
<div
class="space-y-4"
>
<div
class="flex items-center justify-between gap-2 p-4 bg-card rounded-lg border"
>
<div>
<h2
class="text-lg font-semibold"
>
Live Preview Title
</h2>
<p
|
|
apps/console/src/__tests__/PluginsIntegration.test.tsx > Plugins Integration Test > ObjectCalendar > does not re-fetch data on stable schema re-renders:
apps/console/src/__tests__/PluginsIntegration.test.tsx#L145
AssertionError: expected "vi.fn()" to be called 1 times, but got 2 times
❯ apps/console/src/__tests__/PluginsIntegration.test.tsx:145:41
|
|
apps/console/src/__tests__/PluginsIntegration.test.tsx > Plugins Integration Test > ObjectCalendar > renders events using flat schema properties (ObjectView style):
apps/console/src/__tests__/PluginsIntegration.test.tsx#L105
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>
<div
class="border rounded-lg bg-background h-[calc(100vh-120px)] sm:h-[calc(100vh-160px)] md:h-[calc(100vh-200px)] min-h-[400px] sm:min-h-[600px]"
>
<div
aria-label="Calendar"
class="flex flex-col h-full bg-background min-w-0 overflow-hidden"
role="region"
>
<div
class="flex flex-wrap items-center justify-between gap-2 p-2 sm:p-4 border-b min-w-0"
>
<div
class="flex items-center gap-4"
>
<div
class="flex items-center bg-muted/50 rounded-lg p-1 gap-1"
>
<button
aria-label="Go to today"
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 px-3 h-8"
>
Today
</button>
<div
class="h-4 w-px bg-border mx-1"
/>
<button
aria-label="Previous period"
class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md 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 h-8 w-8"
>
<svg
aria-hidden="true"
class="lucide lucide-chevron-left 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="m15 18-6-6 6-6"
/>
</svg>
</button>
<button
aria-label="Next period"
class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md 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 h-8 w-8"
>
<svg
aria-hidden="true"
class="lucide lucide-chevron-right 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="m9 18 6-6-6-6"
/>
</svg>
</button>
</div>
<button
aria-controls="radix-_r_2_"
aria-expanded="false"
aria-haspopup="dialog"
aria-label="Cur
|