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 fcd65c12a2..df6c21a370 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"] } }