super-productivity/packages/plugin-dev/caldav-calendar-provider
johannesjo 989563dc79 test(e2e): scope reminder-default lookups to avoid theme tooltip match
The new theme upload button's matTooltip ("...never run code...") leaves its
text in the DOM via cdk-describedby, so case-insensitive getByText('never')
matched both the "Never" reminder option and the tooltip. Target the
mat-option by ARIA role and exact case, and scope the post-schedule
assertion to the dialog so only the mat-select trigger text qualifies.

Also prunes a stale nested vitest/esbuild tree from the caldav plugin's
package-lock.json.
2026-05-09 11:28:52 +02:00
..
scripts feat(calendar): add CalDAV Calendar plugin with time-blocking support 2026-03-28 23:10:08 +01:00
src fix(caldav): expand RRULE recurring events into individual occurrences (#7492) 2026-05-06 21:37:06 +02:00
icon.svg feat(calendar): add CalDAV Calendar plugin with time-blocking support 2026-03-28 23:10:08 +01:00
package-lock.json test(e2e): scope reminder-default lookups to avoid theme tooltip match 2026-05-09 11:28:52 +02:00
package.json fix(caldav): expand RRULE recurring events into individual occurrences (#7492) 2026-05-06 21:37:06 +02:00
tsconfig.json feat(calendar): add CalDAV Calendar plugin with time-blocking support 2026-03-28 23:10:08 +01:00
vitest.config.ts feat(calendar): add CalDAV Calendar plugin with time-blocking support 2026-03-28 23:10:08 +01:00