From 9874ae32b5f2094b00954a1824d0aeae330af81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Gu=CC=88nther?= Date: Wed, 4 Dec 2024 13:04:23 +0100 Subject: [PATCH] TASK: Try chrome in e2e tests --- .sauce/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sauce/config.yml b/.sauce/config.yml index 5d836840ea..afccfe4a0f 100644 --- a/.sauce/config.yml +++ b/.sauce/config.yml @@ -19,7 +19,7 @@ testcafe: rootDir: ./ suites: - name: "Tests in Firefox on Windows" - browserName: "firefox" + browserName: "chrome" src: - "Tests/IntegrationTests/Fixtures/*/*.e2e.js" platformName: "Windows 10"