chore(deps): update dependency @lwc/compiler to v7 j:kit-282 #20801
Annotations
4 errors, 3 warnings, and 1 notice
packages/atomic/src/components/commerce/product-template/e2e/atomic-product-template.e2e.ts#L25
1) [webkit] › components/commerce/product-template/e2e/atomic-product-template.e2e.ts:20:7 › default › should display atomic-product components when a child of a search box instant products
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('atomic-product').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('atomic-product').first()
23 | await productTemplate.load({story: 'in-a-search-box-instant-products'});
24 |
> 25 | await expect(productTemplate.product).toBeVisible();
| ^
26 | });
27 |
28 | test('should display an error when not a child of a valid parent component', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template/e2e/atomic-product-template.e2e.ts:25:43
|
packages/atomic/src/components/commerce/product-template/e2e/atomic-product-template.e2e.ts#L25
1) [webkit] › components/commerce/product-template/e2e/atomic-product-template.e2e.ts:20:7 › default › should display atomic-product components when a child of a search box instant products
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('atomic-product').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('atomic-product').first()
23 | await productTemplate.load({story: 'in-a-search-box-instant-products'});
24 |
> 25 | await expect(productTemplate.product).toBeVisible();
| ^
26 | });
27 |
28 | test('should display an error when not a child of a valid parent component', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template/e2e/atomic-product-template.e2e.ts:25:43
|
packages/atomic/src/components/commerce/product-template/e2e/atomic-product-template.e2e.ts#L25
1) [webkit] › components/commerce/product-template/e2e/atomic-product-template.e2e.ts:20:7 › default › should display atomic-product components when a child of a search box instant products
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('atomic-product').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('atomic-product').first()
23 | await productTemplate.load({story: 'in-a-search-box-instant-products'});
24 |
> 25 | await expect(productTemplate.product).toBeVisible();
| ^
26 | });
27 |
28 | test('should display an error when not a child of a valid parent component', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template/e2e/atomic-product-template.e2e.ts:25:43
|
|
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 31.6s
|
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts took 18.6s
|
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/
|
|
This job failed
Loading