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
test(browser): Fix flaky browser integration test for profiles (#20587)
This updates a browser integration test to make it less flaky. Instead
of first calling `await page.goto(...)` we now combine this with
`getMultipleSentryEnvelopeRequests` to avoid possible race conditions.
Fixes#20585Fixes#20524Fixes#20612
0 commit comments