diff --git a/docs/how-to-add-playwright-tests.md b/docs/how-to-add-playwright-tests.md index 418445e4..d205915e 100644 --- a/docs/how-to-add-playwright-tests.md +++ b/docs/how-to-add-playwright-tests.md @@ -253,14 +253,6 @@ npx playwright show-report ### 5. Troubleshooting -Playwright is generally a solid bullet-proof tool. The contributor has already configured the tests to run on all OS machines, including major distributions of Windows, MacOS and Linux. - -- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command: - - ```bash - pnpm run playwright:install-build-tools-linux - ``` - - A common error seen in playwright is as follows: ```bash