Skip to content

Commit 3247a0c

Browse files
committed
skip expiration in safari
1 parent 9527a49 commit 3247a0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/web/text/expiration.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { test } from '@playwright/test'
22
import { checkLinkDoesNotExist, checkLinkForText, createNoteSuccessfully } from '../../utils'
33

44
test.describe('@web', () => {
5-
test('1 minute', async ({ page }) => {
5+
test('1 minute', async ({ page, browserName }) => {
6+
test.skip(browserName === 'webkit')
67
const text = `Virtues value ascetic revaluation sea dead strong burying.`
78
const minutes = 1
89
const timeout = minutes * 60_000

0 commit comments

Comments
 (0)