chore(deps): update dependency @lwc/compiler to v7 j:kit-282 #21303
Annotations
4 errors, 3 warnings, and 1 notice
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L27
1) [webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements
Error: expect(locator).toHaveText(expected)
Locator: getByLabel(/tab for .*/)
Expected: ["All", "Articles", "Documentation"]
Received: undefined
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel(/tab for .*/)
25 | await expect(tabManager.tabDropdown).not.toBeVisible();
26 |
> 27 | expect(await tabManager.tabButtons()).toHaveText([
| ^
28 | 'All',
29 | 'Articles',
30 | 'Documentation',
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:27:43
|
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L27
1) [webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected)
Locator: getByLabel(/tab for .*/)
Expected: ["All", "Articles", "Documentation"]
Received: undefined
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel(/tab for .*/)
25 | await expect(tabManager.tabDropdown).not.toBeVisible();
26 |
> 27 | expect(await tabManager.tabButtons()).toHaveText([
| ^
28 | 'All',
29 | 'Articles',
30 | 'Documentation',
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:27:43
|
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L27
1) [webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:22:7 › when viewport is large enough to display all tabs › should display tab buttons for each atomic-tab elements
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected)
Locator: getByLabel(/tab for .*/)
Expected: ["All", "Articles", "Documentation"]
Received: undefined
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel(/tab for .*/)
25 | await expect(tabManager.tabDropdown).not.toBeVisible();
26 |
> 27 | expect(await tabManager.tabButtons()).toHaveText([
| ^
28 | 'All',
29 | 'Articles',
30 | 'Documentation',
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:27:43
|
|
packages/atomic/[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 30.2s
|
packages/atomic/[webkit] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L1
packages/atomic/[webkit] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts took 19.5s
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading