From d3f32fe6d72562e4b6dbd97e88aaaf6902a3e178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=BCnther?= Date: Wed, 15 Feb 2023 22:10:16 +0100 Subject: [PATCH] BUGFIX: Pin acceptance tests to window 10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9d256851f..06fe7a8cfb 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ test: ## Executes integration tests on saucelabs. test-e2e-saucelabs: - bash Tests/IntegrationTests/e2e.sh saucelabs:chrome + bash Tests/IntegrationTests/e2e.sh "saucelabs:chrome:Windows 10" ## Executes integration tests locally. test-e2e: