From f2441d71640276ebc9a86972461e787bf945f37f Mon Sep 17 00:00:00 2001 From: "Oleksandr.Karpovich" Date: Wed, 2 Oct 2024 14:05:33 +0200 Subject: [PATCH] use ChromeHeadless in html tests --- html/test-utils/conf/karma.config.common.d/patch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/test-utils/conf/karma.config.common.d/patch.js b/html/test-utils/conf/karma.config.common.d/patch.js index fcd65c12a21..df6c21a3709 100644 --- a/html/test-utils/conf/karma.config.common.d/patch.js +++ b/html/test-utils/conf/karma.config.common.d/patch.js @@ -13,7 +13,7 @@ config.logLevel = config.LOG_DEBUG; config.customLaunchers = { ChromeForComposeTests: { - base: "Chrome", + base: "ChromeHeadless", flags: ["--no-sandbox", "--disable-search-engine-choice-screen"] } }