chore(deps): update all dependencies j:kit-282 (major) #25059
Annotations
2 errors and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/recommendations/atomic-recs-list/e2e/page-object.ts#L38
1) [chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:95:3 › when there are no enough recommendations for multiple pages › should not display forward and backward buttons
TypeError: Cannot read properties of undefined (reading 'slice')
at components/recommendations/atomic-recs-list/e2e/page-object.ts:38
36 | const body = await response.json();
37 | if (numberOfRecommendations !== undefined) {
> 38 | body['results'] = body['results'].slice(0, numberOfRecommendations);
| ^
39 | }
40 | await route.fulfill({
41 | response,
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/recommendations/atomic-recs-list/e2e/page-object.ts:38:45
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts#L92
1) [chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:95:3 › when there are no enough recommendations for multiple pages › should not display forward and backward buttons
Error: page.waitForLoadState: Test ended.
90 | await recsList.nRecommendations(3);
91 | await recsList.load({story: 'recs-as-carousel'});
> 92 | await page.waitForLoadState('networkidle');
| ^
93 | });
94 |
95 | test('should not display forward and backward buttons', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:92:16
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:95:3 › when there are no enough recommendations for multiple pages › should not display forward and backward buttons
8 skipped
14 passed (26.2s)
|
Loading