We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241add2 commit 03501cfCopy full SHA for 03501cf
installation-tests/installation-tests.sh
@@ -561,11 +561,6 @@ function test_playwright_cli_codegen_should_work {
561
echo "ERROR: missing @playwright/test in the output"
562
exit 1
563
fi
564
- if [[ "${OUTPUT}" != *"page.close"* ]]; then
565
- echo "ERROR: missing page.close in the output"
566
- exit 1
567
- fi
568
-
569
echo "Running playwright codegen --target=python"
570
OUTPUT=$(PWTEST_CLI_EXIT=1 xvfb-run --auto-servernum -- bash -c "npx playwright codegen --target=python")
571
if [[ "${OUTPUT}" != *"chromium.launch"* ]]; then
0 commit comments