Skip to content

Commit 03501cf

Browse files
authored
cherry-pick(#12048): tests: fix installation tests (#12050)
SHA: 94fc45a Follow-up to da2cecb
1 parent 241add2 commit 03501cf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

installation-tests/installation-tests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -561,11 +561,6 @@ function test_playwright_cli_codegen_should_work {
561561
echo "ERROR: missing @playwright/test in the output"
562562
exit 1
563563
fi
564-
if [[ "${OUTPUT}" != *"page.close"* ]]; then
565-
echo "ERROR: missing page.close in the output"
566-
exit 1
567-
fi
568-
569564
echo "Running playwright codegen --target=python"
570565
OUTPUT=$(PWTEST_CLI_EXIT=1 xvfb-run --auto-servernum -- bash -c "npx playwright codegen --target=python")
571566
if [[ "${OUTPUT}" != *"chromium.launch"* ]]; then

0 commit comments

Comments
 (0)