mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
The selector 'button:last-child' caused a Playwright strict mode violation by matching multiple buttons (Schedule and Cancel). Changed to 'button[color="primary"]' to specifically target the primary action button. Fixes 5 failing reminder tests that were unable to schedule tasks. |
||
|---|---|---|
| .. | ||
| assertions.ts | ||
| check-webdav.ts | ||
| e2e-constants.ts | ||
| element-helpers.ts | ||
| index.ts | ||
| legacy-migration-helpers.ts | ||
| schedule-task-helper.ts | ||
| supersync-assertions.ts | ||
| supersync-helpers.ts | ||
| sync-helpers.ts | ||
| time-input-helper.ts | ||
| tour-helpers.ts | ||
| waits.ts | ||