From 03501cfdb2d9ba510150077ea721cdb716b6d0ba Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 11 Feb 2022 14:18:20 -0700 Subject: [PATCH] cherry-pick(#12048): tests: fix installation tests (#12050) SHA: 94fc45a3db1f567f1d9694a70f18224108cf16ce Follow-up to da2cecbea008b99541edef37fab60219e9b9bd2b --- installation-tests/installation-tests.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/installation-tests/installation-tests.sh b/installation-tests/installation-tests.sh index 6bd84917c2..633c4bd3dd 100755 --- a/installation-tests/installation-tests.sh +++ b/installation-tests/installation-tests.sh @@ -561,11 +561,6 @@ function test_playwright_cli_codegen_should_work { echo "ERROR: missing @playwright/test in the output" exit 1 fi - if [[ "${OUTPUT}" != *"page.close"* ]]; then - echo "ERROR: missing page.close in the output" - exit 1 - fi - echo "Running playwright codegen --target=python" OUTPUT=$(PWTEST_CLI_EXIT=1 xvfb-run --auto-servernum -- bash -c "npx playwright codegen --target=python") if [[ "${OUTPUT}" != *"chromium.launch"* ]]; then