feat(dashboard): Allow creating customer and address inline on draft … #7691
build_and_test.yml
on: pull_request
detect changes
17s
Matrix: dashboard-e2e
Matrix: e2e (mariadb)
Matrix: e2e (mysql)
Matrix: e2e (postgres)
Matrix: e2e (sqljs)
Matrix: unit tests
codegen
/
codegen
8m 23s
build
2m 47s
dashboard i18n sync
37s
SonarQube
all-passed
4s
Annotations
5 errors, 5 warnings, and 4 notices
|
build
Process completed with exit code 130.
|
|
build
Type '{ phoneNumber?: string | null | undefined; countryCode?: string | null | undefined; postalCode?: string | null | undefined; province?: string | null | undefined; city?: string | null | undefined; streetLine2?: string | ... 1 more ... | undefined; streetLine1?: string | ... 1 more ... | undefined; company?: string | ...' is not assignable to type '{ fullName: string | null; company: string | null; streetLine1: string | null; streetLine2: string | null; city: string | null; province: string | null; postalCode: string | null; country: string | null; countryCode: string | null; phoneNumber: string | null; } | null | undefined'.
|
|
build
Type '{ phoneNumber?: string | null | undefined; countryCode?: string | null | undefined; postalCode?: string | null | undefined; province?: string | null | undefined; city?: string | null | undefined; streetLine2?: string | ... 1 more ... | undefined; streetLine1?: string | ... 1 more ... | undefined; company?: string | ...' is not assignable to type '{ fullName: string | null; company: string | null; streetLine1: string | null; streetLine2: string | null; city: string | null; province: string | null; postalCode: string | null; country: string | null; countryCode: string | null; phoneNumber: string | null; } | null | undefined'.
|
|
[chromium] › e2e/tests/sales/orders.spec.ts:225:5 › Orders › should populate default addresses when selecting a customer:
packages/dashboard/e2e/utils/vendure-admin-client.ts#L13
1) [chromium] › e2e/tests/sales/orders.spec.ts:225:5 › Orders › should populate default addresses when selecting a customer
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
- content-type: application/json
- content-length: 313
at ../utils/vendure-admin-client.ts:13
11 |
12 | async login(username = 'superadmin', password = 'superadmin') {
> 13 | const response = await this.page.request.post(ADMIN_API, {
| ^
14 | data: {
15 | query: `mutation ($u: String!, $p: String!) {
16 | login(username: $u, password: $p) {
at VendureAdminClient.login (/home/runner/work/vendure/vendure/packages/dashboard/e2e/utils/vendure-admin-client.ts:13:50)
at /home/runner/work/vendure/vendure/packages/dashboard/e2e/tests/sales/orders.spec.ts:229:22
|
|
all-passed
Process completed with exit code 1.
|
|
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.
|
|
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 (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/
|
|
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 (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/
|
|
🎭 Playwright Run Summary
72 passed (1.3m)
|
|
🎭 Playwright Run Summary
2 skipped
75 passed (1.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › e2e/tests/sales/orders.spec.ts:225:5 › Orders › should populate default addresses when selecting a customer
2 skipped
79 passed (2.3m)
|
|
🎭 Playwright Run Summary
77 passed (2.2m)
|