From 7419157a8c29dc1ba569da488744aab1aa583be5 Mon Sep 17 00:00:00 2001 From: Merlin Pannewitz Date: Mon, 3 Feb 2025 11:12:33 +0100 Subject: [PATCH] Enable Mobile Safari tests Try if it works with new nightly tests config --- playwright.config-base.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/playwright.config-base.ts b/playwright.config-base.ts index 74e730d2..412ce737 100644 --- a/playwright.config-base.ts +++ b/playwright.config-base.ts @@ -24,11 +24,10 @@ export const allProjects = [ name: "Mobile Chrome", use: { ...devices["Pixel 7"] }, }, - // Omit tests with mobile safari due to very flaky test results - // { - // name: "Mobile Safari", - // use: { ...devices["iPhone 14 Pro"] }, - // }, + { + name: "Mobile Safari", + use: { ...devices["iPhone 14 Pro"] }, + }, { name: "Tablet Chrome", use: { ...devices["Galaxy Tab S4 landscape"] },