From 8424f587b096ecdc3df92c98bba9d4b7959980c6 Mon Sep 17 00:00:00 2001 From: Amadou Sall Date: Tue, 27 Nov 2018 22:51:12 +0100 Subject: [PATCH] docs: replace ChromeNoSandbox by ChromeHeadlessCI (#27304) the custom launcher name should be named ChromeHeadlessCI instead of ChromeNoSandbox. PR Close #27304 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index a276b132dd..5cb27e95fd 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -190,7 +190,7 @@ which you must adjust to start Chrome without sandboxing. We'll be using [Headless Chrome](https://developers.google.com/web/updates/2017/04/headless-chrome#cli) in these examples. -* In the Karma configuration file, `karma.conf.js`, add a custom launcher called ChromeNoSandbox below browsers: +* In the Karma configuration file, `karma.conf.js`, add a custom launcher called ChromeHeadlessCI below browsers: ``` browsers: ['Chrome'], customLaunchers: {