Lior
Results
2
comments of
Lior
> I'm also having this issue. In general increasing the waitFor timeout has been helpful but still have strange issues around userEvent.type where seemingly random characters appear in the input...
You are using the controller.abort() before the fetch, the controller is already used, you can't reuse it after its been aborted. You need to switch the order, remove the await...