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
To be short, the actual code is very slow to compute accessible names.
I'm not sure if I read well the CI, I didn't read in the test code but I saw 159 passing (13s) so if it run only one time the function per test, it means it takes 80ms on average to compute the text.
To be short, the actual code is very slow to compute accessible names.
I'm not sure if I read well the CI, I didn't read in the test code but I saw
159 passing (13s)
so if it run only one time the function per test, it means it takes 80ms on average to compute the text.Related issue in
dom-testing-library
.testing-library/dom-testing-library#698 (comment)
Thanks a lot for all your work here, I will try to look how we can optimize the performance here but I will be in vacation next week.
The text was updated successfully, but these errors were encountered: