Johannes Millan
ca98d2c936
fix(e2e): use correct selector for confirm button in task-crud test
...
The confirm button has type="button" with e2e="confirmBtn" attribute,
not type="submit". Updated selector to match the actual button.
2026-01-09 17:18:36 +01:00
Johannes Millan
4eb03914c6
fix(e2e): update snackbar undo button selector
...
The snackbar uses snack-custom component with button.action class,
not simple-snack-bar. Also increased timeout to 5s for reliability.
2025-12-13 20:15:42 +01:00
Johannes Millan
581626be34
test(e2e): add basic undo task delete test
...
Adds a non-sync e2e test to verify the undo delete functionality:
- Create task
- Delete task via context menu
- Click Undo in snackbar
- Verify task is restored
2025-12-13 17:59:49 +01:00
Johannes Millan
4e0595d8b8
test(e2e): fix
2025-10-24 13:57:22 +02:00
Johannes Millan
9f2c786e41
refactor: move tests
2025-08-02 11:37:25 +02:00