From 182ac0bdd5522d9a4db673dccd16c129afdfb5fb Mon Sep 17 00:00:00 2001 From: Hein van Vlastuin Date: Tue, 9 Jun 2026 15:26:21 +0200 Subject: [PATCH] Skip pro banner tests in workflows --- .../workflows/playwright-with-specific-elementor-version.yml | 4 ++-- .../workflows/playwright-with-specific-hello-plus-version.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright-with-specific-elementor-version.yml b/.github/workflows/playwright-with-specific-elementor-version.yml index a812fbd0..71544578 100644 --- a/.github/workflows/playwright-with-specific-elementor-version.yml +++ b/.github/workflows/playwright-with-specific-elementor-version.yml @@ -238,8 +238,8 @@ jobs: export DAILY_MATRIX_WORKFLOW=true echo "Running tests from: ${{ steps.extract-version-tests.outputs.test-source-type }}" - GREP_INVERT_FLAG='--grep-invert="should navigate to correct pages from Quick Links"' - echo "Skipping known failing test: 'should navigate to correct pages from Quick Links'" + GREP_INVERT_FLAG='--grep-invert="should navigate to correct pages from Quick Links" --grep-invert="should display Welcome to Hello Theme message and take screenshot"' + echo "Skipping known failing tests: 'should navigate to correct pages from Quick Links', 'should display Welcome to Hello Theme message and take screenshot'" eval npm run test:playwright -- tests/playwright/tests/ $GREP_INVERT_FLAG diff --git a/.github/workflows/playwright-with-specific-hello-plus-version.yml b/.github/workflows/playwright-with-specific-hello-plus-version.yml index 8f8de683..8cff2a4a 100644 --- a/.github/workflows/playwright-with-specific-hello-plus-version.yml +++ b/.github/workflows/playwright-with-specific-hello-plus-version.yml @@ -255,8 +255,8 @@ jobs: export DAILY_MATRIX_WORKFLOW=true echo "Running tests from: ${{ steps.extract-version-tests.outputs.test-source-type }}" - GREP_INVERT_FLAG='--grep-invert="should navigate to correct pages from Quick Links"' - echo "Skipping known failing test: 'should navigate to correct pages from Quick Links'" + GREP_INVERT_FLAG='--grep-invert="should navigate to correct pages from Quick Links" --grep-invert="should display Welcome to Hello Theme message and take screenshot"' + echo "Skipping known failing tests: 'should navigate to correct pages from Quick Links', 'should display Welcome to Hello Theme message and take screenshot'" eval npm run test:playwright -- tests/playwright/tests/ $GREP_INVERT_FLAG