chore: remove link to deleted troubleshooting guide (#30462)

Fixes https://github.com/microsoft/playwright/issues/30446
This commit is contained in:
Yury Semikhatsky 2024-04-22 10:58:48 -07:00 committed by GitHub
parent 35a6d91ada
commit 42f91e30d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`,
`================================`, `================================`,
``, ``,