mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: remove link to deleted troubleshooting guide (#30462)
Fixes https://github.com/microsoft/playwright/issues/30446
This commit is contained in:
parent
35a6d91ada
commit
42f91e30d1
@ -152,8 +152,8 @@ export class Chromium extends BrowserType {
|
|||||||
error.logs = [
|
error.logs = [
|
||||||
`Chromium sandboxing failed!`,
|
`Chromium sandboxing failed!`,
|
||||||
`================================`,
|
`================================`,
|
||||||
`To workaround sandboxing issues, do either of the following:`,
|
`To avoid the sandboxing issue, do either of the following:`,
|
||||||
` - (preferred): Configure environment to support sandboxing: https://playwright.dev/docs/troubleshooting`,
|
` - (preferred): Configure your environment to support sandboxing`,
|
||||||
` - (alternative): Launch Chromium without sandbox using 'chromiumSandbox: false' option`,
|
` - (alternative): Launch Chromium without sandbox using 'chromiumSandbox: false' option`,
|
||||||
`================================`,
|
`================================`,
|
||||||
``,
|
``,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user