We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827fdbf commit 8cd4133Copy full SHA for 8cd4133
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts
@@ -18,6 +18,7 @@ sentryTest(
18
const url = await getLocalTestUrl({ testDir: __dirname });
19
20
const eventReqPromise = waitForErrorRequestOnUrl(page, url);
21
+ await page.waitForFunction('window.Sentry');
22
23
const clickPromise = page.locator('#inline-error-btn').click();
24
0 commit comments