import {Locator, Page} from '@playwright/test' /** * Selectable options (connection type, gender, interests, education, ...) render as chips — * `OptionChip` in web/components/multi-checkbox.tsx. The chip keeps a real `` * for accessibility, but it is `sr-only` and the label's text span sits on top of it. Playwright * still considers the 1px input "visible", so clicking it gets as far as the click and then fails * with ` intercepts pointer events`. * * So: click the enclosing