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
Improve presence-tracker test reliability (#23707)
## Description
For the two-client tests (recently added), adds an attempt to load the
presence tracker app in the newer browser as part of the 45s `beforeAll`
timeout. This matches the one-client tests more closely, which already
ensure the page loads once successfully within 45s before beginning the
test suite.
We saw this test suite fail on the subsequent `beforeEach` hook due to a
5s timeout, which is somewhat plausible if the browser startup wasn't
fresh and/or page cache isn't shared with the first browser.
---------
Co-authored-by: Abram Sanderson <[email protected]>
0 commit comments