mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 07:28:14 +00:00
The deleteTask() helper was clicking the confirmation dialog Delete button but not waiting for the dialog to actually close. This caused a race condition where tests would immediately check for the undo snackbar before it could appear, leading to timeouts. The fix adds a proper wait for the dialog container to be hidden after clicking Delete, ensuring the close animation completes and NgRx effects have time to dispatch the snackbar action. Fixes CI E2E workflow failure in "Undo task delete syncs restored task to other client" test. |
||
|---|---|---|
| .. | ||
| 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 | ||