We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9527a49 commit 3247a0cCopy full SHA for 3247a0c
test/web/text/expiration.spec.ts
@@ -2,7 +2,8 @@ import { test } from '@playwright/test'
2
import { checkLinkDoesNotExist, checkLinkForText, createNoteSuccessfully } from '../../utils'
3
4
test.describe('@web', () => {
5
- test('1 minute', async ({ page }) => {
+ test('1 minute', async ({ page, browserName }) => {
6
+ test.skip(browserName === 'webkit')
7
const text = `Virtues value ascetic revaluation sea dead strong burying.`
8
const minutes = 1
9
const timeout = minutes * 60_000
0 commit comments