From 6bb528f1c3a0a0a317114ad36aced0f156f76a0c Mon Sep 17 00:00:00 2001 From: dfahlander Date: Mon, 11 Dec 2023 16:07:40 +0100 Subject: [PATCH] Trying with MacOS Ventura as platformName --- test/karma.lambdatest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/karma.lambdatest.js b/test/karma.lambdatest.js index a06eec842..5f1a8c821 100644 --- a/test/karma.lambdatest.js +++ b/test/karma.lambdatest.js @@ -25,7 +25,7 @@ module.exports = { browserName: "Safari", browserVersion: "16", 'LT:Options': { - platformName: 'MacOS Monterey' + platformName: 'MacOS Ventura' } } }