Skip to content

Commit cb2b42c

Browse files
committed
small ref
1 parent 3af8137 commit cb2b42c

File tree

3 files changed

+1
-241
lines changed

3 files changed

+1
-241
lines changed

dev-packages/browser-integration-tests/suites/replay/sessionExpiry/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
const SESSION_TIMEOUT = 2000;
1616

1717
sentryTest('handles an expired session', async ({ browserName, forceFlushReplay, getLocalTestUrl, page }) => {
18-
if (shouldSkipReplayTest() || browserName === 'webkit') {
18+
if (shouldSkipReplayTest() || browserName !== 'chromium') {
1919
sentryTest.skip();
2020
}
2121

dev-packages/browser-integration-tests/suites/replay/sessionExpiry/test.ts-snapshots/snapshot-0-webkit.json

Lines changed: 0 additions & 113 deletions
This file was deleted.

dev-packages/browser-integration-tests/suites/replay/sessionExpiry/test.ts-snapshots/snapshot-2-webkit.json

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)