vikunja/frontend/tests/e2e/project
kolaente cef03cb2a0 refactor: replace Modal div-based implementation with native dialog element
Replace the custom div-based Modal with the native HTML <dialog> element
using showModal()/close() API. Uses CSS opacity transitions with a
data-closing attribute for Firefox-compatible close animations, Teleport
to body, and focus save/restore. Updates E2E test selectors and fixes
QuickAddOverlay selectors for the new dialog structure.
2026-04-01 22:27:13 +00:00
..
filter-persistence.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
parent-project-clear.spec.ts fix(frontend): prevent parent project field from jumping back when cleared (#2071) 2026-01-08 17:25:00 +01:00
prepareProjects.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
project-history.spec.ts fix(test): replace project creation in history test with for loop 2025-12-01 16:01:22 +01:00
project-view-gantt.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
project-view-kanban.spec.ts refactor: replace Modal div-based implementation with native dialog element 2026-04-01 22:27:13 +00:00
project-view-list.spec.ts chore(tests): remove Cypress, use Playwright exclusively (#1976) 2025-12-12 20:07:18 +00:00
project-view-table.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
project.spec.ts refactor: replace Modal div-based implementation with native dialog element 2026-04-01 22:27:13 +00:00
saved-filter-favorite.spec.ts feat(filters): add UI for marking saved filters as favorites (#2055) 2026-01-07 16:21:41 +00:00