From 1c65a700df4afd7eba6014b147727c94994ec3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sampo=20Kivist=C3=B6?= Date: Tue, 10 Oct 2023 18:26:07 +0300 Subject: [PATCH] Try to run latest SL firefox with default geckodriver --- fixtures/browser/karma.sauce.conf.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fixtures/browser/karma.sauce.conf.js b/fixtures/browser/karma.sauce.conf.js index 311b5eb5e..ede04a5d2 100644 --- a/fixtures/browser/karma.sauce.conf.js +++ b/fixtures/browser/karma.sauce.conf.js @@ -37,10 +37,7 @@ const customLaunchers = { base: 'SauceLabs', browserName: 'firefox', platform: 'Windows 11', - browserVersion: 'latest', - 'sauce:options': { - geckodriverVersion: '0.30.0' - } + browserVersion: 'latest' }, slFirefox91: { base: 'SauceLabs',