Skip to content

Commit 1c04dbf

Browse files
committed
fix test, oops
1 parent b4610f2 commit 1c04dbf

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/integrations/ContextLines/inline

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/integrations/ContextLines/inline/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ sentryTest(
1616
}
1717

1818
const url = await getLocalTestUrl({ testDir: __dirname });
19-
await page.waitForFunction('window.Sentry');
2019

2120
const eventReqPromise = waitForErrorRequestOnUrl(page, url);
21+
await page.waitForFunction('window.Sentry');
2222

2323
const clickPromise = page.locator('#inline-error-btn').click();
2424

0 commit comments

Comments
 (0)