Components: Revert flaky unit test sleep()
hacks
#59071
Labels
[Package] Components
/packages/components
[Status] In Progress
Tracking issues with work in progress
[Type] Automated Testing
Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
What problem does this address?
In #59012, #58629, and #58968 we added some
sleep()
calls beforepress.Tab()
as a patching attempt to make some unit tests less flaky.What is your proposed solution?
We should fix the underlying cause (likely in
@ariakit/test
) instead of resolving it with hacks like this. We should also revert thesleep()
calls we introduced In #59012, #58629, and #58968.cc @mirka @Mamaduka
The text was updated successfully, but these errors were encountered: