Edward Fink
Edward Fink
I came to the repo to open this same bug. [Here's another sandbox](https://stackblitz.com/~/edit/github-dza35r-tbjsst?file=src%2FApp.jsx) that @crhuff-ibm created a couple weeks ago (although it doesn't look like you need it). Another thing...
i'm sure it needs some aria info and maybe title text, but hopefully not a big ol' rendered tooltip.
I have read the DCO document and I hereby sign the DCO.
We're using webpack. The first one fails the same way, but the 2nd one does work. A little weird to need to the `index.scss` there, but at least it works....
Getting similar behavior, where it seems to be random how many of the characters in the `type()` make it into a text box. Also tried `keyboard()` directly with the same...
> You are likely not awaiting your changes with `waitFor()` or `findBy`. From v14 methods are _not synchronous_. The test works as intended when awaiting the changes. I am using...