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