chore(repo): Back-merge master into minor #7713
Annotations
2 errors, 1 warning, and 1 notice
|
Dashboard e2e tests:
packages/dashboard/e2e/page-objects/detail-page.base.ts#L110
2) [chromium] › e2e/tests/settings/channels.spec.ts:332:5 › Channel required-field validation › should reject a default currency dropped from the available currencies
Error: expect(locator).toHaveCount(expected) failed
Locator: getByRole('listbox').filter({ visible: true })
Expected: 0
Received: 1
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for getByRole('listbox').filter({ visible: true })
9 × locator resolved to 1 element
- unexpected value "1"
at ../page-objects/detail-page.base.ts:110
108 | async closeDropdown() {
109 | await this.page.keyboard.press('Escape');
> 110 | await expect(this.page.getByRole('listbox').filter({ visible: true })).toHaveCount(0);
| ^
111 | await expect(this.page.locator('[data-base-ui-inert]')).toHaveCount(0);
112 | }
113 |
at BaseDetailPage.closeDropdown (/home/runner/work/vendure/vendure/packages/dashboard/e2e/page-objects/detail-page.base.ts:110:80)
at /home/runner/work/vendure/vendure/packages/dashboard/e2e/tests/settings/channels.spec.ts:352:9
|
|
Dashboard e2e tests:
packages/dashboard/e2e/tests/regression/issue-4730-list-page-filter-with-empty-search.spec.ts#L49
1) [chromium] › e2e/tests/regression/issue-4730-list-page-filter-with-empty-search.spec.ts:15:5 › Issue 4730 — list-page column filter with empty search › should apply a column filter on customers list when the search box is empty
Error: expect(received).toBeLessThan(expected)
Expected: < 1
Received: 1
47 | // fix the only row left is the "No results" empty-state row.
48 | const filteredCount = await lp.getRows().count();
> 49 | expect(filteredCount).toBeLessThan(initialCount);
| ^
50 | await expect(page.getByText('No results', { exact: true })).toBeVisible();
51 | });
52 | });
at /home/runner/work/vendure/vendure/packages/dashboard/e2e/tests/regression/issue-4730-list-page-filter-with-empty-search.spec.ts:49:31
|
|
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
2 flaky
[chromium] › e2e/tests/regression/issue-4730-list-page-filter-with-empty-search.spec.ts:15:5 › Issue 4730 — list-page column filter with empty search › should apply a column filter on customers list when the search box is empty
[chromium] › e2e/tests/settings/channels.spec.ts:332:5 › Channel required-field validation › should reject a default currency dropped from the available currencies
4 skipped
73 passed (2.0m)
|
background
wait
wait-all
cancel
parallel
Loading