[ACS-11617] added test for XAT-19318 and fixed false positives for viewer e2es (#5163)

* [ACS-11617] added test for XAT-19318 and fixed false positives for viewer e2es

* [ACS-11617] cleaned exclude file

* [ACS-11617] added 1s delay in openFileInViewer

* [ACS-11617] changed name for override-ci to ci:skip-e2e
This commit is contained in:
Adam Świderski
2026-04-22 12:58:41 +02:00
committed by GitHub
parent aa3e21dc0e
commit dfe27c6032
5 changed files with 43 additions and 12 deletions
+3 -3
View File
@@ -109,7 +109,7 @@ jobs:
run: npm run ci:test -- $TEST_OPTS
e2es-playwright:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'override-ci') }}
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip-e2e') }}
needs: [lint, build, unit-tests]
name: E2E | ${{ matrix.browser || 'chromium' }} | ${{ matrix.e2e-suites.name }} | Playwright
runs-on: ubuntu-24.04
@@ -258,8 +258,8 @@ jobs:
run: exit 1
- name: Check e2e skipped
if: ${{ contains(github.event.pull_request.labels.*.name, 'override-ci') }}
run: echo "E2E tests were skipped due to override-ci label"
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci:skip-e2e') }}
run: echo "E2E tests were skipped due to ci:skip-e2e label"
- name: Checkout
uses: actions/checkout@v6