From 3247a0cfcad206c71d47172db9fcc102d0d9e616 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Tue, 27 Aug 2024 14:35:39 +0200 Subject: [PATCH] skip expiration in safari --- test/web/text/expiration.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/web/text/expiration.spec.ts b/test/web/text/expiration.spec.ts index e26a0ea..401e25a 100644 --- a/test/web/text/expiration.spec.ts +++ b/test/web/text/expiration.spec.ts @@ -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