fix(dashboard): re-export all design system components #7692
Annotations
1 error, 1 warning, and 1 notice
|
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
1 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
4 skipped
74 passed (1.7m)
|
background
wait
wait-all
cancel
parallel
Loading