Files
leptos-shadcn-ui/tests
Peter Hanssens 84160f2309 fix: Resolve Playwright test locator specificity issues
- Fix 'strict mode violation' errors by using more specific locators
- Replace generic text locators with element-specific selectors
- Use CSS class selectors for dropdown menu and sidebar
- Use element type selectors (h3, p) for better specificity
- Add .first() method to handle multiple matching elements
- Improve test reliability and reduce false positives
2025-09-23 19:58:34 +10:00
..