super-productivity/e2e-playwright/tests/task-basic
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
..
task-crud.spec.ts test(e2e): improve selector robustness in Playwright tests 2025-08-01 20:47:19 +02:00