docs: replace ChromeNoSandbox by ChromeHeadlessCI (#27304)

the custom launcher name should be named ChromeHeadlessCI instead of ChromeNoSandbox.
PR Close #27304
This commit is contained in:
Amadou Sall 2018-11-27 22:51:12 +01:00 committed by Jason Aden
parent 5d4bb290c2
commit 8424f587b0
1 changed files with 1 additions and 1 deletions

View File

@ -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: {