Skip to content

Commit b43de34

Browse files
committed
await
1 parent aa34bc5 commit b43de34

File tree

1 file changed

+2
-2
lines changed
  • packages/browser-integration-tests/suites/replay/dsc

1 file changed

+2
-2
lines changed

packages/browser-integration-tests/suites/replay/dsc/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ sentryTest(
5757
const url = await getLocalTestPath({ testDir: __dirname });
5858
await page.goto(url);
5959

60-
await page.evaluate(() => {
61-
(window as unknown as TestWindow).Replay.stop();
60+
await page.evaluate(async () => {
61+
await (window as unknown as TestWindow).Replay.stop();
6262

6363
(window as unknown as TestWindow).Sentry.configureScope(scope => {
6464
scope.setUser({ id: 'user123', segment: 'segmentB' });

0 commit comments

Comments
 (0)