fix test
This commit is contained in:
parent
6ceac06218
commit
8bb35386dc
|
|
@ -45,6 +45,7 @@ it('should throw a friendly error if its headed and there is no xserver on linux
|
|||
it.skip(platform !== 'linux');
|
||||
it.skip(mode.startsWith('service'));
|
||||
it.skip(channel === 'chromium-headless-shell', 'shell is never headed');
|
||||
it.skip(channel === 'chromium-tip-of-tree-headless-shell', 'shell is never headed');
|
||||
|
||||
const error: Error = await browserType.launch({
|
||||
headless: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue