mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
- 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