mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix: typo in the missing X Display error message (#13810)
This commit is contained in:
parent
e756528ad2
commit
a06b06b82b
@ -39,7 +39,7 @@ import type { CallMetadata } from './instrumentation';
|
||||
import { SdkObject } from './instrumentation';
|
||||
|
||||
export const kNoXServerRunningError = 'Looks like you launched a headed browser without having a XServer running.\n' +
|
||||
'Set either \'headless: false\' or use \'xvfb-run <your-playwright-app>\' before running Playwright.\n\n<3 Playwright Team';
|
||||
'Set either \'headless: true\' or use \'xvfb-run <your-playwright-app>\' before running Playwright.\n\n<3 Playwright Team';
|
||||
|
||||
export abstract class BrowserType extends SdkObject {
|
||||
private _name: BrowserName;
|
||||
|
Loading…
x
Reference in New Issue
Block a user