Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove debugger stmt
  • Loading branch information
Lms24 committed Jan 16, 2023
commit 59dbb571f4f82ec2d701d063fad53163e0da24ae
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ sentryTest('errorResponse', async ({ getLocalTestPath, page }) => {
await page.waitForTimeout(5001);

expect(called).toBe(1);
debugger;
const replay = await getReplaySnapshot(page);
debugger;

// @ts-ignore private API
expect(replay._isEnabled).toBe(false);
Expand Down