Commit graph

4 commits

Author SHA1 Message Date
Johannes Millan
613ccfa3da test(e2e): restore all test files from 4781b6ec with updated import paths 2025-08-02 16:57:12 +02:00
Johannes Millan
9f2c786e41 refactor: move tests 2025-08-02 11:37:25 +02:00
Johannes Millan
cd79ea0940 test(e2e): improve selector robustness in Playwright tests
- Replace :nth-of-type with .nth() for better cross-browser compatibility
- Use :first-child and :nth-child instead of :first-of-type/:nth-of-type
- Update project name input to use getByRole for accessibility
- Fix project settings button selector with aria-label fallback
- Improve selector patterns in multiple test files
- Add debug test file for troubleshooting note dialog issues

These changes address selector failures when running tests in parallel
and improve overall test stability.
2025-08-01 20:47:19 +02:00
Johannes Millan
cc62d2a2f0 test(e2e): add task CRUD operations test in Playwright 2025-08-01 18:44:38 +02:00