From 85a5c4d1eeadc15c191a84b76e0c271fdaf388fc Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Wed, 6 Mar 2024 12:09:09 -0800 Subject: [PATCH] fix type --- .../i18n-preferred-locale-detection.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/i18n-preferred-locale-detection/i18n-preferred-locale-detection.test.ts b/test/e2e/i18n-preferred-locale-detection/i18n-preferred-locale-detection.test.ts index 457968d4aba78..068092e524bc4 100644 --- a/test/e2e/i18n-preferred-locale-detection/i18n-preferred-locale-detection.test.ts +++ b/test/e2e/i18n-preferred-locale-detection/i18n-preferred-locale-detection.test.ts @@ -1,4 +1,4 @@ -import type { Request } from 'playwright' +import type { Request } from 'playwright-chromium' import { join } from 'path' import { FileRef, nextTestSetup } from 'e2e-utils'