Skip to content

Commit f2441d7

Browse files
eymarSchahen
authored andcommitted
use ChromeHeadless in html tests
1 parent fdd7d61 commit f2441d7

File tree

1 file changed

+1
-1
lines changed
  • html/test-utils/conf/karma.config.common.d

1 file changed

+1
-1
lines changed

html/test-utils/conf/karma.config.common.d/patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config.logLevel = config.LOG_DEBUG;
1313

1414
config.customLaunchers = {
1515
ChromeForComposeTests: {
16-
base: "Chrome",
16+
base: "ChromeHeadless",
1717
flags: ["--no-sandbox", "--disable-search-engine-choice-screen"]
1818
}
1919
}

0 commit comments

Comments
 (0)