Remove in-app email opt-in; automate list sync outside the repo #5542
Annotations
2 errors
|
unit (web)
Process completed with exit code 1.
|
|
TestingLibraryElementError: Unable to find an accessible element with the role "button" and name `/timed event: placed draft/i`:
node_modules/.bun/@testing-library+dom@9.3.4/node_modules/@testing-library/dom/dist/config.js#L37
Here are the accessible roles:
region:
Name "Calendar agenda":
<section
aria-label="Calendar agenda"
class="flex h-full min-w-xs flex-1 flex-col bg-background px-0.5 pb-0.5"
/>
Name "All-day events":
<section
aria-label="All-day events"
class="relative flex w-full shrink-0 items-start bg-background"
id="allDayRow"
style="height: calc(0.045454545454545456 * (100% - (0px + 20px)) + 0.045454545454545456 * (100% - (0px + 20px))); min-height: 29px;"
/>
Name "Timed events grid":
<section
aria-label="Timed events grid"
class="peer c-scroll relative min-h-0 w-full flex-1 overflow-y-auto overflow-x-hidden [--scrollbar-width:0px] focus-visible:outline-none"
id="mainGrid"
tabindex="0"
/>
--------------------------------------------------
table:
Name "":
<table
class="contents"
/>
Name "":
<table
class="contents"
/>
--------------------------------------------------
rowgroup:
Name "":
<thead
class="contents"
/>
Name "":
<thead
class="contents"
/>
--------------------------------------------------
row:
Name "Wednesday, May 20, 2026":
<tr
class="contents"
/>
Name "Wednesday, May 20, 2026":
<tr
class="contents"
/>
--------------------------------------------------
columnheader:
Name "Wednesday, May 20, 2026":
<th
aria-label="Wednesday, May 20, 2026"
class="relative box-border block h-full min-w-[var(--calendar-column-min-width)] border-border border-l transition-colors duration-150 data-[jump-day=true]:bg-accent/10 motion-reduce:transition-none"
data-all-day-tint="true"
scope="col"
style="--column-all-day-tint: #82A0B2; background-color: color-mix(in srgb, rgb(130, 160, 178) 8%, transparent);"
/>
Name "Wednesday, May 20, 2026":
<th
aria-label="Wednesday, May 20, 2026"
class="relative box-border block h-full min-w-[var(--calendar-column-min-width)] border-border border-l transition-colors duration-150 data-[past=true]:data-[jump-day=true]:bg-accent/10 data-[jump-day=true]:bg-accent/10 data-[past=true]:bg-surface motion-reduce:transition-none"
data-all-day-tint="true"
data-past="true"
scope="col"
style="--column-all-day-tint: #82A0B2; background-color: color-mix(in srgb, rgb(130, 160, 178) 8%, transparent);"
/>
--------------------------------------------------
button:
Name "All-day event: Placed draft":
<div
aria-label="All-day event: Placed draft"
class="absolute min-h-2.5 select-none overflow-hidden rounded-xs bg-(--event-bg) pr-0.75 pl-1.25 transition-[background-color,filter] duration-260 ease-[cubic-bezier(0.16,1,0.3,1)] hover:bg-(--event-hover-bg) focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-1 focus-visible:ring-offset-background"
data-day-interaction-event-id="abbdfafe0da5b37466f785ee"
data-day-interaction-event-type="all-day"
role="button"
style="--event-bg: #7294a8; --event-hover-bg: #7294a8; height: 20px; left: 0px; opacity: 0.5; top: 3px; width: 170px; z-index: 1;"
tabindex="0"
/>
Name "Outside calendar":
<button
type="button"
/>
--------------------------------------------------
status:
Name "Loading events":
<div
aria-label="Loading events"
class="c-overflow-loader flex items-center justify-center pointer-events-none backdrop-blur-none [&>div]:my-0 [&>div]:h-10 [&>div]:w-10 [&>div]:border-2"
role="status"
style="z-index: 20;"
/>
--------------------------------------------------
Ignored nodes: comments, script, style
<body>
<div>
<div
data-testid="root"
id="root"
>
<section
aria-label="Calendar agenda"
class="flex h-full min-w-xs flex-1 flex-col bg-background px-0.5 pb-0.5"
>
<div
style="display: contents;"
>
<div
class="relative flex min-h-0 w-full flex-1 flex-col"
>
<section
aria-label="All-day events"
class="relative flex w-full shrink-
|