From a7436df2096c21c3e9d95d86aba445c17d1bdca9 Mon Sep 17 00:00:00 2001 From: Nicolas Merget Date: Thu, 19 Sep 2024 09:30:16 +0200 Subject: [PATCH] fix: issue for playwright patternhub --- showcases/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showcases/playwright.config.ts b/showcases/playwright.config.ts index 556b1fd6432..e78ef48db23 100644 --- a/showcases/playwright.config.ts +++ b/showcases/playwright.config.ts @@ -40,7 +40,7 @@ const projects: Project[] = [ ]; // There is an issue with stencil not working with webkit mobile -if (!process.env.showcase.startsWith('stencil')) { +if (!process.env.showcase?.startsWith('stencil')) { projects.push({ name: 'mobile_safari', use: {