skip expiration in safari

This commit is contained in:
Niccolo Borgioli 2024-08-27 14:35:39 +02:00
parent 9527a499ed
commit 3247a0cfca

View File

@ -2,7 +2,8 @@ import { test } from '@playwright/test'
import { checkLinkDoesNotExist, checkLinkForText, createNoteSuccessfully } from '../../utils'
test.describe('@web', () => {
test('1 minute', async ({ page }) => {
test('1 minute', async ({ page, browserName }) => {
test.skip(browserName === 'webkit')
const text = `Virtues value ascetic revaluation sea dead strong burying.`
const minutes = 1
const timeout = minutes * 60_000