fix(dashboard): Use standard background for affixed inputs #7704
build_and_test.yml
on: pull_request
detect changes
15s
Matrix: dashboard-e2e
Matrix: e2e (mariadb)
Matrix: e2e (mysql)
Matrix: e2e (postgres)
Matrix: e2e (sqljs)
Matrix: unit tests
codegen
/
codegen
1m 45s
build
4m 33s
dashboard i18n sync
1m 18s
dashboard lint
1m 21s
SonarQube
2m 8s
all-passed
4s
Annotations
1 error, 6 warnings, and 4 notices
|
[chromium] › e2e/tests/catalog/collections.spec.ts:645:5 › Issue #4987: String list filter args preserve numeric values › should keep numeric-looking values through add:
packages/dashboard/e2e/utils/vendure-admin-client.ts#L33
1) [chromium] › e2e/tests/catalog/collections.spec.ts:645:5 › Issue #4987: String list filter args preserve numeric values › should keep numeric-looking values through add, save and reload
Error: apiRequestContext.post: read ECONNRESET
Call log:
- → POST http://localhost:3050/admin-api
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- Authorization: ***
- content-type: application/json
- content-length: 149
at ../utils/vendure-admin-client.ts:33
31 | async gql(query: string, variables?: Record<string, unknown>) {
32 | if (!this.authToken) throw new Error('Call login() first');
> 33 | const response = await this.page.request.post(ADMIN_API, {
| ^
34 | headers: { Authorization: `*** },
35 | data: { query, variables },
36 | });
at VendureAdminClient.gql (/home/runner/work/vendure/vendure/packages/dashboard/e2e/utils/vendure-admin-client.ts:33:50)
at /home/runner/work/vendure/vendure/packages/dashboard/e2e/tests/catalog/collections.spec.ts:685:45
|
|
dashboard i18n sync
i18n source references (#:) are out of date, but translations are in sync. Run 'npm run i18n:extract --workspace=@vendure/dashboard' to update line references.
|
|
SonarQube
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
dashboard e2e (4)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
dashboard e2e (1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
dashboard e2e (3)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
dashboard e2e (2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
87 passed (1.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › e2e/tests/catalog/collections.spec.ts:645:5 › Issue #4987: String list filter args preserve numeric values › should keep numeric-looking values through add, save and reload
87 passed (2.1m)
|
|
🎭 Playwright Run Summary
4 skipped
75 passed (1.9m)
|
|
🎭 Playwright Run Summary
95 passed (2.2m)
|