fix(dashboard): Use standard background for affixed inputs #7704
Annotations
1 error, 1 warning, and 1 notice
|
Dashboard e2e tests:
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
|
|
Complete job
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 tests
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)
|
background
wait
wait-all
cancel
parallel
Loading