Distinguish price loading/unavailable, fix analytics 0-flash, surface silent save failures (#674-#677) - #705
Merged
Annotations
10 errors and 1 warning
|
Run npm test:
__tests__/components/streams-bulk-actions.test.tsx#L150
TestingLibraryElementError: Unable to find an element by: [data-testid="bulk-selected-count"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="space-y-6"
>
<div
class="flex flex-wrap items-center justify-between gap-3"
>
<div>
<h1
class="text-2xl font-bold tracking-tight"
>
Streams
</h1>
<p
class="text-muted-foreground text-sm"
>
All streams you've sent or received.
</p>
</div>
<div
class="flex items-center gap-2"
>
<button
class="group/button inline-flex shrink-0 items-center justify-center border bg-clip-padding font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 border-border bg-background hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50 h-7 gap-1 rounded-[min(var(--radius-md),12px)] px-2.5 text-[0.8rem] in-data-[slot=button-group]:rounded-lg has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3.5"
data-slot="button"
tabindex="0"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-download mr-2 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="M12 15V3"
/>
<path
d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"
/>
<path
d="m7 10 5 5 5-5"
/>
</svg>
Download CSV
</button>
</div>
</div>
<div
class="flex items-center gap-2 border-b border-border"
>
<button
aria-pressed="true"
class="px-3 py-2 text-sm font-medium border-b-2 -mb-px transition-colors border-primary text-foreground"
type="button"
>
Active
</button>
<button
aria-pressed="false"
class="inline-flex items-center gap-1.5 px-3 py-2 text-sm font-medium border-b-2 -mb-px transition-colors border-transparent text-muted-foreground hover:text-foreground"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-archive size-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"
>
<rect
height="5"
rx="1"
width="20"
x="2"
y="3"
/>
<path
d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"
/>
<path
d="M10 12h4"
/>
</svg>
Archived
</button>
</div>
<div
class="flex items-center gap-2"
>
<div
class="flex items-center rounded-lg border border-border p-0.5"
>
<button
aria-label="List view"
aria-pressed="true"
class="inline-flex items-center gap-1.5 rounded-md px-2.5 py-1.5 text-xs font-medium tra
|
|
Run npm test:
__tests__/components/streams-bulk-actions.test.tsx#L132
TestingLibraryElementError: Unable to find an element by: [data-testid="bulk-cancel-button"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="space-y-6"
>
<div
class="flex flex-wrap items-center justify-between gap-3"
>
<div>
<h1
class="text-2xl font-bold tracking-tight"
>
Streams
</h1>
<p
class="text-muted-foreground text-sm"
>
All streams you've sent or received.
</p>
</div>
<div
class="flex items-center gap-2"
>
<button
class="group/button inline-flex shrink-0 items-center justify-center border bg-clip-padding font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 border-border bg-background hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50 h-7 gap-1 rounded-[min(var(--radius-md),12px)] px-2.5 text-[0.8rem] in-data-[slot=button-group]:rounded-lg has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3.5"
data-slot="button"
tabindex="0"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-download mr-2 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="M12 15V3"
/>
<path
d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"
/>
<path
d="m7 10 5 5 5-5"
/>
</svg>
Download CSV
</button>
</div>
</div>
<div
class="flex items-center gap-2 border-b border-border"
>
<button
aria-pressed="true"
class="px-3 py-2 text-sm font-medium border-b-2 -mb-px transition-colors border-primary text-foreground"
type="button"
>
Active
</button>
<button
aria-pressed="false"
class="inline-flex items-center gap-1.5 px-3 py-2 text-sm font-medium border-b-2 -mb-px transition-colors border-transparent text-muted-foreground hover:text-foreground"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-archive size-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"
>
<rect
height="5"
rx="1"
width="20"
x="2"
y="3"
/>
<path
d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"
/>
<path
d="M10 12h4"
/>
</svg>
Archived
</button>
</div>
<div
class="flex items-center gap-2"
>
<div
class="flex items-center rounded-lg border border-border p-0.5"
>
<button
aria-label="List view"
aria-pressed="true"
class="inline-flex items-center gap-1.5 rounded-md px-2.5 py-1.5 text-xs font-medium tran
|
|
Run npm test:
__tests__/components/streams-bulk-actions.test.tsx#L110
TestingLibraryElementError: Unable to find an element by: [data-testid="bulk-selected-count"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="space-y-6"
>
<div
class="flex flex-wrap items-center justify-between gap-3"
>
<div>
<h1
class="text-2xl font-bold tracking-tight"
>
Streams
</h1>
<p
class="text-muted-foreground text-sm"
>
All streams you've sent or received.
</p>
</div>
<div
class="flex items-center gap-2"
>
<button
class="group/button inline-flex shrink-0 items-center justify-center border bg-clip-padding font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 border-border bg-background hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50 h-7 gap-1 rounded-[min(var(--radius-md),12px)] px-2.5 text-[0.8rem] in-data-[slot=button-group]:rounded-lg has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3.5"
data-slot="button"
tabindex="0"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-download mr-2 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="M12 15V3"
/>
<path
d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"
/>
<path
d="m7 10 5 5 5-5"
/>
</svg>
Download CSV
</button>
</div>
</div>
<div
class="flex items-center gap-2 border-b border-border"
>
<button
aria-pressed="true"
class="px-3 py-2 text-sm font-medium border-b-2 -mb-px transition-colors border-primary text-foreground"
type="button"
>
Active
</button>
<button
aria-pressed="false"
class="inline-flex items-center gap-1.5 px-3 py-2 text-sm font-medium border-b-2 -mb-px transition-colors border-transparent text-muted-foreground hover:text-foreground"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-archive size-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"
>
<rect
height="5"
rx="1"
width="20"
x="2"
y="3"
/>
<path
d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"
/>
<path
d="M10 12h4"
/>
</svg>
Archived
</button>
</div>
<div
class="flex items-center gap-2"
>
<div
class="flex items-center rounded-lg border border-border p-0.5"
>
<button
aria-label="List view"
aria-pressed="true"
class="inline-flex items-center gap-1.5 rounded-md px-2.5 py-1.5 text-xs font-medium tra
|
|
Run npm test:
components/layout/connect-wallet-button.tsx#L117
Error: [vitest] No "ADAPTERS" export is defined on the "@/components/providers/wallet-provider" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@/components/providers/wallet-provider"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ components/layout/connect-wallet-button.tsx:117:31
❯ ConnectWalletButton components/layout/connect-wallet-button.tsx:115:27
❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25904:20
❯ renderWithHooks node_modules/react-dom/cjs/react-dom-client.development.js:7662:22
❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom-client.development.js:10166:19
❯ beginWork node_modules/react-dom/cjs/react-dom-client.development.js:11778:18
❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13
|
|
Run npm test:
components/layout/connect-wallet-button.tsx#L117
Error: [vitest] No "ADAPTERS" export is defined on the "@/components/providers/wallet-provider" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@/components/providers/wallet-provider"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ components/layout/connect-wallet-button.tsx:117:31
❯ ConnectWalletButton components/layout/connect-wallet-button.tsx:115:27
❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25904:20
❯ renderWithHooks node_modules/react-dom/cjs/react-dom-client.development.js:7662:22
❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom-client.development.js:10166:19
❯ beginWork node_modules/react-dom/cjs/react-dom-client.development.js:11778:18
❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13
|
|
Run npm test:
components/layout/connect-wallet-button.tsx#L117
Error: [vitest] No "ADAPTERS" export is defined on the "@/components/providers/wallet-provider" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@/components/providers/wallet-provider"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ components/layout/connect-wallet-button.tsx:117:31
❯ ConnectWalletButton components/layout/connect-wallet-button.tsx:115:27
❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25904:20
❯ renderWithHooks node_modules/react-dom/cjs/react-dom-client.development.js:7662:22
❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom-client.development.js:10166:19
❯ beginWork node_modules/react-dom/cjs/react-dom-client.development.js:11778:18
❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13
|
|
Run npm test:
components/layout/connect-wallet-button.tsx#L117
Error: [vitest] No "ADAPTERS" export is defined on the "@/components/providers/wallet-provider" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@/components/providers/wallet-provider"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ components/layout/connect-wallet-button.tsx:117:31
❯ ConnectWalletButton components/layout/connect-wallet-button.tsx:115:27
❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25904:20
❯ renderWithHooks node_modules/react-dom/cjs/react-dom-client.development.js:7662:22
❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom-client.development.js:10166:19
❯ beginWork node_modules/react-dom/cjs/react-dom-client.development.js:11778:18
❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13
|
|
Run npm test:
components/layout/connect-wallet-button.tsx#L117
Error: [vitest] No "ADAPTERS" export is defined on the "@/components/providers/wallet-provider" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@/components/providers/wallet-provider"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ components/layout/connect-wallet-button.tsx:117:31
❯ ConnectWalletButton components/layout/connect-wallet-button.tsx:115:27
❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25904:20
❯ renderWithHooks node_modules/react-dom/cjs/react-dom-client.development.js:7662:22
❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom-client.development.js:10166:19
❯ beginWork node_modules/react-dom/cjs/react-dom-client.development.js:11778:18
❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13
|
|
Run npm test:
__tests__/components/breadcrumb.test.tsx#L86
TestingLibraryElementError: Unable to find an element with the text: Stream #unknown-segment. 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>
<nav
aria-label="Breadcrumb"
class="border-b border-border bg-background/60 px-4 sm:px-6"
>
<ol
class="mx-auto flex h-9 max-w-6xl items-center gap-1 text-sm"
>
<li
class="flex items-center gap-1"
>
<a
class="max-w-[80px] truncate text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:rounded sm:max-w-none"
href="/app"
>
Dashboard
</a>
</li>
<li
class="flex items-center gap-1"
>
<svg
aria-hidden="true"
class="lucide lucide-chevron-right size-3.5 shrink-0 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="m9 18 6-6-6-6"
/>
</svg>
<span
aria-current="page"
class="max-w-[120px] truncate font-medium text-foreground sm:max-w-none"
>
unkno…ment
</span>
</li>
</ol>
</nav>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ __tests__/components/breadcrumb.test.tsx:86:19
|
|
Run npm test:
__tests__/components/breadcrumb.test.tsx#L75
TestingLibraryElementError: Unable to find an element with the text: Stream #abc123. 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>
<nav
aria-label="Breadcrumb"
class="border-b border-border bg-background/60 px-4 sm:px-6"
>
<ol
class="mx-auto flex h-9 max-w-6xl items-center gap-1 text-sm"
>
<li
class="flex items-center gap-1"
>
<a
class="max-w-[80px] truncate text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:rounded sm:max-w-none"
href="/app"
>
Dashboard
</a>
</li>
<li
class="flex items-center gap-1"
>
<svg
aria-hidden="true"
class="lucide lucide-chevron-right size-3.5 shrink-0 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="m9 18 6-6-6-6"
/>
</svg>
<a
class="max-w-[80px] truncate text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:rounded sm:max-w-none"
href="/app/stream"
>
Stream
</a>
</li>
<li
class="flex items-center gap-1"
>
<svg
aria-hidden="true"
class="lucide lucide-chevron-right size-3.5 shrink-0 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="m9 18 6-6-6-6"
/>
</svg>
<span
aria-current="page"
class="max-w-[120px] truncate font-medium text-foreground sm:max-w-none"
>
abc123
</span>
</li>
</ol>
</nav>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ __tests__/components/breadcrumb.test.tsx:75:19
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading