You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added React Testing Library in #3007, but as it was the first time I used it I made some common mistakes 😅
I only found out about them when working on #3009, after which I added somecommits that fix the mistakes made within the PR. However, to avoid ballooning it, I did not fix mistakes made in #3007.
It's time to fix them :)
The text was updated successfully, but these errors were encountered:
Interesting! I'm unable to reproduce this on my computer despite running yarn test 10 times. Not sure what you're using, but maybe it's more easily reproducible on slower computers? Or maybe this is caused by a network call we forgot to mock?
Oops, missed this. Thank you! :D Feel free to split off that flaky test into its own issue, especially if it requires a significant amount of work/code to fix.
I added React Testing Library in #3007, but as it was the first time I used it I made some common mistakes 😅
I only found out about them when working on #3009, after which I added some commits that fix the mistakes made within the PR. However, to avoid ballooning it, I did not fix mistakes made in #3007.
It's time to fix them :)
The text was updated successfully, but these errors were encountered: