We hit an interesting bug today in a React app, which we could not tackle with a
component test: focusing an input would trigger the browser validation and focus
another invalid form field. Good think we also have Playwright e2e tests, that
use the real browser.