[ACS-11612] helium ACA e2es updates (#5159)

* [ACS-11612] helium ACA e2es updates

* [ACS-11612] helium testing week small tests fixes

* [ACS-11612] copilot review 1

* [ACS-11612] sonar fix 2

* [ACS-11612] copilot review fix 2

* [ACS-11612] shared links api small fixes

* [ACS-11612] sonar cloud fix 3

* [ACS-11612] fixed returns for promise<void> methods

* [ACS-11612] eslint fix and added override-ci skip in yml
This commit is contained in:
Adam Świderski
2026-04-22 11:26:39 +02:00
committed by GitHub
parent 7f05fc510c
commit a2631db0e2
15 changed files with 365 additions and 352 deletions
+5
View File
@@ -109,6 +109,7 @@ jobs:
run: npm run ci:test -- $TEST_OPTS
e2es-playwright:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'override-ci') }}
needs: [lint, build, unit-tests]
name: E2E | ${{ matrix.browser || 'chromium' }} | ${{ matrix.e2e-suites.name }} | Playwright
runs-on: ubuntu-24.04
@@ -256,6 +257,10 @@ 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"
- name: Checkout
uses: actions/checkout@v6
with: