fix(quantic): babel async await plugin setup added to fix quantic issue with firefox #24365
Annotations
2 errors, 1 warning, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts#L1
1) [chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:88:1 › with no recommendations returned by the API, should render placeholders
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts#L96
1) [chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:88:1 › with no recommendations returned by the API, should render placeholders
Error: page.waitForLoadState: Test timeout of 30000ms exceeded.
94 | await recsList.hydrated.waitFor();
95 |
> 96 | await page.waitForLoadState('networkidle');
| ^
97 | await expect(recsList.placeholder.first()).toBeVisible();
98 | });
99 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:96:14
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "result-lists-screenshots".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:88:1 › with no recommendations returned by the API, should render placeholders
21 passed (52.6s)
|
Loading