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.

Tue, 27 Sep 2022 10:39:40 UTC3

1 reply

Replying to @coderbyheart

The focus() is called on the "Movement Timout" input, but because the
combination of min and step in "Accellerometer Inactivity Timeout" did not allow
a value of 60, the browser focused that input field.