ci: split facet cypress tests in half #21174
Annotations
7 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/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L69
2) [webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:68:9 › with instant results & query suggestions › with recent queries › should display recent queries
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first()
67 | });
68 | test('should display recent queries', async ({searchBox}) => {
> 69 | await expect(searchBox.recentQueries().first()).toBeVisible();
| ^
70 | });
71 |
72 | test('should clear recent queries when clicking the clear button', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:69:55
|
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
3) [webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:79:9 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L82
3) [webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:79:9 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear recent searches.')
80 | searchBox,
81 | }) => {
> 82 | await searchBox.clearRecentQueriesButton.hover();
| ^
83 | await searchBox.searchInput.press('Enter');
84 | await expect(searchBox.recentQueries().first()).not.toBeVisible();
85 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:82:48
|
|
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.8s
|
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts took 16.8s
|
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/
|
1 failed
[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
2 flaky
[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:68:9 › with instant results & query suggestions › with recent queries › should display recent queries
[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:79:9 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
26 passed (2.7m)
|
This job failed
Loading