Thanks for the feedback @wemmyo.
I'm not sure I've come across toBeVisible() before now. I'll check it out!
Yes, definitely I will change the testID implementation.
I ran into some issues with userEvent where some tests were timing out after 5000ms (mostly the integration tests). I couldn't find a reliable way to increase this timeout.
I wasn't sure if the platform's config (codesandbox) contributed to this, I think changing this default value should work in a normal dev environment.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thanks for the feedback @wemmyo.
I'm not sure I've come across
toBeVisible()before now. I'll check it out!Yes, definitely I will change the
testIDimplementation.I ran into some issues with
userEventwhere some tests were timing out after 5000ms (mostly the integration tests). I couldn't find a reliable way to increase this timeout.I wasn't sure if the platform's config (codesandbox) contributed to this, I think changing this default value should work in a normal dev environment.