Dan Kirkham
Dan Kirkham
The problem is when the knowledge has been propogated differently; https://kentcdodds.com/blog/common-mistakes-with-react-testing-library#using-the-wrong-query https://testing-library.com/docs/guide-which-query/#priority There's absolutely nothing in the docs about the downsides of `ByRole`, and previously I've been happy to accept...
@kentcdodds yer to confirm MSW is registering is ~1ms so it's very fast. It's the `*ByRole` that's exceeding the `waitFor` interval window. Reproduction will take some time, is it not...
> > > If you want to optimize tests for performance go through these steps until you're satisfied. They're ordered by their confidence impact (lower impact, higher ranked) then perf...
@eps1lon sorry I can't be of much help now, this issue was quite painful and we move over to using cypress where this isn't a problem for us, as well...
Sure, that's pretty centered around having a loadbalancer, or another proxy "up-front" that can interpret health and smartly route to other nodes. There are scenarios where this isn't applicable and...
Yer I think that's appropriate. A bool to turn on/off globally, perhaps a delegate that can be registered and invoked for specific routes or whatever the user decides is permissible.
@ljharb let me know if the PR works for you
Going to need some help with this one. I think I can get the suite in a place where the jsdom tests pass. The issue is (as evidenced by the...
@KyleAMathews not sure If I should have requested a reviewer or not 😄