feat(browser): show aria tree on locator element error by hi-ogawa · Pull Request #10257 · vitest-dev/vitest (original) (raw)

The surfacing element error through expect.element might have become racy after #10233

I had Firefox often ended up with plain expect.poll() function didn't resolve in time. It's either processTimeoutOptions's 100ms isn't buying enough time (especially with heavy multi instance run) or some timeout logic has bugs.

Haven't dug deeper. Probably this is find as follow-up as the actual issue arises.