What QA ALIGN queries
Anti-patterns hiding inside the current framework
- Selectors depend on DOM structure, CSS classes, or generated IDs
- Tests rely on nth(), first(), broad text matches, or deep XPath chains
- Tests do not use ARIA-first, user-facing, or test-specific contracts
- Locator maps are missing, stale, or not revalidated against the live UI
- Locator rules differ by author, feature area, or framework
- Page object abstractions hide brittle selectors instead of improving them
- Failures do not identify locator brittleness or strict-mode ambiguity as a separate category
