chore(atomic): migrate to Tailwind V4 #26621
prbot.yml
on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 51s
Run unit tests
3m 51s
Run e2e screenshots tests on Atomic
2m 24s
Run e2e tests on Atomic React
2m 41s
Run e2e tests on Atomic React NextJS
1m 38s
Run e2e tests for IIFE
10s
Run e2e tests on Atomic Angular
2m 29s
Run e2e tests on Vue.js sample
1m 18s
Run e2e tests on Stencil.js sample
1m 48s
Run e2e tests for Atomic Hosted Page
2m 25s
Run e2e tests for Headless Commerce SSR
3m 40s
Run e2e tests on Atomic insight panel
4m 44s
Run e2e tests on Headless SSR App router sample in dev mode
2m 48s
Run e2e tests on Headless SSR App router sample in prod mode
2m 9s
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 36s
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 21s
Verify compatibility of packages
1m 12s
Build typedoc
1m 57s
CDN Checks
4m 17s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
8m 24s
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run Cypress e2e tests on Quantic
Run Quantic E2E tests
/
Run Playwright e2e tests on Quantic
11m 12s
Merge Playwright reports
1m 38s
Confirm build is valid
10s
Annotations
51 errors, 20 warnings, and 26 notices
Run e2e tests on Atomic (22)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic insight panel
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (15)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (15)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (13)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (13)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
[chromium] › src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:104:1 › with no recommendations returned by the API:
packages/atomic/src/components/recommendations/atomic-recs-list/e2e/page-object.ts#L38
1) [chromium] › src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:104:1 › with no recommendations returned by the API, should render placeholders
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
|
[chromium] › src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:104:1 › with no recommendations returned by the API:
packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts#L112
1) [chromium] › src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:104:1 › with no recommendations returned by the API, should render placeholders
Error: page.waitForLoadState: Test ended.
110 | await recsList.hydrated.waitFor();
111 |
> 112 | await page.waitForLoadState('networkidle');
| ^
113 | await expect(recsList.placeholder.first()).toBeVisible();
114 | });
115 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:112:14
|
[chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:22:3 › with an automatic query correction › should display the auto corrected:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L26
2) [chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:22:3 › with an automatic query correction › should display the auto corrected
Error: expect.toBeVisible: Error: strict mode violation: getByText('coveo', { exact: true }) resolved to 2 elements:
1) <span part="recent-query-text" class="line-clamp-2 break-all">…</span> aka getByRole('button', { name: '“coveo”, recent query. 2 of' })
2) <b part="highlight">coveo</b> aka locator('#code-root').getByText('coveo', { exact: true })
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('coveo', { exact: true })
24 | page.getByText('Query was automatically corrected to')
25 | ).toBeVisible();
> 26 | await expect(page.getByText(CORRECTED_QUERY, {exact: true})).toBeVisible();
| ^
27 | });
28 | });
29 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:26:66
|
[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:5 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
1) [chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:5 › with instant results & query suggestions › with recent queries › should display recent queries
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:5 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L213
1) [chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:5 › with instant results & query suggestions › with recent queries › should display recent queries
Error: page.waitForLoadState: Test timeout of 30000ms exceeded.
211 | await searchBox.clearButton.waitFor({state: 'visible'});
212 | await searchBox.searchInput.fill('');
> 213 | await page.waitForLoadState('networkidle');
| ^
214 | });
215 |
216 | test('should display recent queries', async ({searchBox}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:213:18
|
[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button:
packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts#L29
1) [chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button
TypeError: Cannot read properties of undefined (reading '0')
at components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29
27 | const response = await route.fetch();
28 | const body = await response.json();
> 29 | body.products[0].excerpt =
| ^
30 | 'This is a long excerpt that should be truncated'.repeat(10);
31 | await route.fulfill({
32 | response,
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29:20
|
[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button:
packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L84
1) [chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button
Error: locator.waitFor: Test ended.
Call log:
- waiting for locator('atomic-product-excerpt[class*="hydrated"]').first() to be visible
82 | args: {truncateAfter: value, isCollapsible: true},
83 | });
> 84 | await productExcerpt.hydrated.first().waitFor();
| ^
85 | await productExcerpt.showMoreButton.first().click();
86 | });
87 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:84:53
|
[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:117:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is false › should expand excerpt:
packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts#L29
2) [chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:117:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is false › should expand excerpt
TypeError: Cannot read properties of undefined (reading '0')
at components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29
27 | const response = await route.fetch();
28 | const body = await response.json();
> 29 | body.products[0].excerpt =
| ^
30 | 'This is a long excerpt that should be truncated'.repeat(10);
31 | await route.fulfill({
32 | response,
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29:20
|
[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:117:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is false › should expand excerpt:
packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L113
2) [chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:117:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is false › should expand excerpt
Error: locator.waitFor: Test ended.
Call log:
- waiting for locator('atomic-product-excerpt[class*="hydrated"]').first() to be visible
111 | args: {truncateAfter: value, isCollapsible: false},
112 | });
> 113 | await productExcerpt.hydrated.first().waitFor();
| ^
114 | await productExcerpt.showMoreButton.first().click();
115 | });
116 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:113:53
|
[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:116:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 1 › when clicking the "Show More" button › when isCollapsible is true › should expand description:
packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/page-object.ts#L29
1) [chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:116:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 1 › when clicking the "Show More" button › when isCollapsible is true › should expand description
TypeError: Cannot read properties of undefined (reading '0')
at components/commerce/product-template-components/atomic-product-description/e2e/page-object.ts:29
27 | const response = await route.fetch();
28 | const body = await response.json();
> 29 | body.products[0].ec_description =
| ^
30 | 'This is a long description that should be truncated'.repeat(10);
31 | await route.fulfill({
32 | response,
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/page-object.ts:29:20
|
[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:116:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 1 › when clicking the "Show More" button › when isCollapsible is true › should expand description:
packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L112
1) [chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:116:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 1 › when clicking the "Show More" button › when isCollapsible is true › should expand description
Error: locator.waitFor: Test ended.
Call log:
- waiting for locator('atomic-product-description[class*="hydrated"]').first() to be visible
110 | args: {truncateAfter: value, isCollapsible: true},
111 | });
> 112 | await productDescription.hydrated.first().waitFor();
| ^
113 | await productDescription.showMoreButton.first().click();
114 | });
115 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:112:57
|
[chromium] › src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:3 › load more products when there are no products › should be hidden:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
1) [chromium] › src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:3 › load more products when there are no products › should be hidden
Test timeout of 30000ms exceeded.
|
[chromium] › src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:3 › load more products when there are no products › should be hidden:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L52
1) [chromium] › src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:3 › load more products when there are no products › should be hidden
Error: page.waitForLoadState: Test timeout of 30000ms exceeded.
50 | await loadMore.noProducts();
51 | await loadMore.load({story: 'in-page'});
> 52 | await page.waitForLoadState('networkidle');
| ^
53 | await expect(loadMore.button).not.toBeVisible();
54 | });
55 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:52:16
|
Run e2e tests on Atomic (36)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (36)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (29)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (29)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (39)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 2
|
Run e2e tests on Atomic (39)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
1) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "10"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
25 | test
26 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 27 | .toHaveText(defaultInitialChoice.toString());
| ^
28 | });
29 |
30 | test.describe('when selecting a new results per page option', () => {
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
|
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L92
2) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "50"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
90 | test
91 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 92 | .toHaveText(expectedResultsPerPage.toString());
| ^
93 | });
94 | });
95 | }
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:92:14
|
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
3) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "10"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
25 | test
26 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 27 | .toHaveText(defaultInitialChoice.toString());
| ^
28 | });
29 |
30 | test.describe('when selecting a new results per page option', () => {
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
|
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L50
4) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "25"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
48 | test
49 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 50 | .toHaveText(newChoice.toString());
| ^
51 | test
52 | .expect(searchResponse.request().postDataJSON()?.numberOfResults)
53 | .toBe(newChoice);
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:50:14
|
[LWS-disabled] › force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts:48:7 › quantic pager in the search use case › when clicking a specific page button › should trigger a new search and log analytics:
packages/quantic/force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts#L57
5) [LWS-disabled] › force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts:48:7 › quantic pager in the search use case › when clicking a specific page button › should trigger a new search and log analytics
Error: expect(received).toBe(expected) // Object.is equality
Expected: 20
Received: 0
55 | const searchResponse = await searchResponsePromise;
56 | const {firstResult} = searchResponse.request().postDataJSON();
> 57 | expect(firstResult).toBe(numberOfResultsPerPage * (examplePage - 1));
| ^
58 | await pager.waitForPagerNumberUaAnalytics();
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts:57:29
|
[LWS-disabled] › force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts:30:7 › quantic pager in the insight use case › when clicking the previous page button › should trigger a new search and log analytics:
packages/quantic/force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts#L42
6) [LWS-disabled] › force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts:30:7 › quantic pager in the insight use case › when clicking the previous page button › should trigger a new search and log analytics
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 10
40 | const searchResponse = await searchResponsePromise;
41 | const {firstResult} = searchResponse.request().postDataJSON();
> 42 | expect(firstResult).toBe(0);
| ^
43 | await pager.waitForPagerPreviousUaAnalytics();
44 | });
45 | });
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts:42:29
|
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
7) [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "10"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
25 | test
26 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 27 | .toHaveText(defaultInitialChoice.toString());
| ^
28 | });
29 |
30 | test.describe('when selecting a new results per page option', () => {
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
|
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L50
8) [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "25"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
48 | test
49 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 50 | .toHaveText(newChoice.toString());
| ^
51 | test
52 | .expect(searchResponse.request().postDataJSON()?.numberOfResults)
53 | .toBe(newChoice);
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:50:14
|
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L92
9) [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "50"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
90 | test
91 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 92 | .toHaveText(expectedResultsPerPage.toString());
| ^
93 | });
94 | });
95 | }
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:92:14
|
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
10) [LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "10"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
25 | test
26 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 27 | .toHaveText(defaultInitialChoice.toString());
| ^
28 | });
29 |
30 | test.describe('when selecting a new results per page option', () => {
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L337
1) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab
Test timeout of 30000ms exceeded while running "beforeEach" hook.
335 |
336 | test.describe('when selecting a tab popover button', () => {
> 337 | test.beforeEach(async ({tabManager}) => {
| ^
338 | await tabManager.tabPopoverMenuButton.click();
339 | await tabManager.popoverTabs('Articles').click();
340 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:337:12
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L339
1) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-tab-popover').locator('button[part="popover-tab"]').filter({ hasText: 'Articles' })
- locator resolved to <button title="Articles" part="popover-tab" aria-label="Articles" class="btn-text-transparent w-full truncate rounded px-4 py-2">Articles</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 100ms
55 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 500ms
337 | test.beforeEach(async ({tabManager}) => {
338 | await tabManager.tabPopoverMenuButton.click();
> 339 | await tabManager.popoverTabs('Articles').click();
| ^
340 | });
341 |
342 | test('should change active tab', async ({tabManager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:339:50
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L337
1) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
335 |
336 | test.describe('when selecting a tab popover button', () => {
> 337 | test.beforeEach(async ({tabManager}) => {
| ^
338 | await tabManager.tabPopoverMenuButton.click();
339 | await tabManager.popoverTabs('Articles').click();
340 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:337:12
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L339
1) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-tab-popover').locator('button[part="popover-tab"]').filter({ hasText: 'Articles' })
- locator resolved to <button title="Articles" part="popover-tab" aria-label="Articles" class="btn-text-transparent w-full truncate rounded px-4 py-2">Articles</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 100ms
55 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 500ms
337 | test.beforeEach(async ({tabManager}) => {
338 | await tabManager.tabPopoverMenuButton.click();
> 339 | await tabManager.popoverTabs('Articles').click();
| ^
340 | });
341 |
342 | test('should change active tab', async ({tabManager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:339:50
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L337
1) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
335 |
336 | test.describe('when selecting a tab popover button', () => {
> 337 | test.beforeEach(async ({tabManager}) => {
| ^
338 | await tabManager.tabPopoverMenuButton.click();
339 | await tabManager.popoverTabs('Articles').click();
340 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:337:12
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L339
1) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-tab-popover').locator('button[part="popover-tab"]').filter({ hasText: 'Articles' })
- locator resolved to <button title="Articles" part="popover-tab" aria-label="Articles" class="btn-text-transparent w-full truncate rounded px-4 py-2">Articles</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 100ms
55 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 500ms
337 | test.beforeEach(async ({tabManager}) => {
338 | await tabManager.tabPopoverMenuButton.click();
> 339 | await tabManager.popoverTabs('Articles').click();
| ^
340 | });
341 |
342 | test('should change active tab', async ({tabManager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:339:50
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L337
2) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets
Test timeout of 30000ms exceeded while running "beforeEach" hook.
335 |
336 | test.describe('when selecting a tab popover button', () => {
> 337 | test.beforeEach(async ({tabManager}) => {
| ^
338 | await tabManager.tabPopoverMenuButton.click();
339 | await tabManager.popoverTabs('Articles').click();
340 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:337:12
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L339
2) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-tab-popover').locator('button[part="popover-tab"]').filter({ hasText: 'Articles' })
- locator resolved to <button title="Articles" part="popover-tab" aria-label="Articles" class="btn-text-transparent w-full truncate rounded px-4 py-2">Articles</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 100ms
55 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 500ms
337 | test.beforeEach(async ({tabManager}) => {
338 | await tabManager.tabPopoverMenuButton.click();
> 339 | await tabManager.popoverTabs('Articles').click();
| ^
340 | });
341 |
342 | test('should change active tab', async ({tabManager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:339:50
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L337
2) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
335 |
336 | test.describe('when selecting a tab popover button', () => {
> 337 | test.beforeEach(async ({tabManager}) => {
| ^
338 | await tabManager.tabPopoverMenuButton.click();
339 | await tabManager.popoverTabs('Articles').click();
340 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:337:12
|
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L339
2) [chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-tab-popover').locator('button[part="popover-tab"]').filter({ hasText: 'Articles' })
- locator resolved to <button title="Articles" part="popover-tab" aria-label="Articles" class="btn-text-transparent w-full truncate rounded px-4 py-2">Articles</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 100ms
55 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-tab-popover class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true">…</atomic-tab-popover> intercepts pointer events
- retrying click action
- waiting 500ms
337 | test.beforeEach(async ({tabManager}) => {
338 | await tabManager.tabPopoverMenuButton.click();
> 339 | await tabManager.popoverTabs('Articles').click();
| ^
340 | });
341 |
342 | test('should change active tab', async ({tabManager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:339:50
|
Run e2e tests on Atomic (34)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 3
|
Run e2e tests on Atomic (34)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (30)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 2
|
Run e2e tests on Atomic (30)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Confirm build is valid (PR)
Process completed with exit code 1.
|
Confirm build is valid
Process completed with exit code 1.
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 39.0s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 20.7s
|
Slow Test:
packages/atomic/[chromium] › src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 19.5s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts took 17.6s
|
Slow Test:
packages/atomic/[chromium] › src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 23.7s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 38.9s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts took 18.7s
|
Slow Test:
packages/atomic/[chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts took 37.5s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts took 18.0s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts took 22.4s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 38.7s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 24.2s
|
Slow Test:
packages/atomic/[chromium] › src/components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts took 26.5s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts took 20.3s
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts took 31.7s
|
Slow Test:
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts#L1
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts took 50.0s
|
Slow Test:
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts took 49.3s
|
Slow Test:
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 47.1s
|
Slow Test:
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 38.4s
|
Slow Test:
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts took 38.2s
|
🎭 Playwright Run Summary
24 passed (45.8s)
|
🎭 Playwright Run Summary
24 passed (31.4s)
|
🎭 Playwright Run Summary
8 skipped
16 passed (26.8s)
|
🎭 Playwright Run Summary
24 passed (26.6s)
|
🎭 Playwright Run Summary
24 passed (25.6s)
|
🎭 Playwright Run Summary
24 passed (36.8s)
|
🎭 Playwright Run Summary
24 passed (35.9s)
|
🎭 Playwright Run Summary
24 passed (37.7s)
|
🎭 Playwright Run Summary
25 passed (44.8s)
|
🎭 Playwright Run Summary
24 passed (39.0s)
|
🎭 Playwright Run Summary
24 passed (50.1s)
|
🎭 Playwright Run Summary
2 skipped
22 passed (50.5s)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:104:1 › with no recommendations returned by the API, should render placeholders
[chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:22:3 › with an automatic query correction › should display the auto corrected
22 passed (34.4s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:5 › with instant results & query suggestions › with recent queries › should display recent queries
23 passed (1.0m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button
[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:117:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is false › should expand excerpt
22 passed (55.5s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:116:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 1 › when clicking the "Show More" button › when isCollapsible is true › should expand description
23 passed (1.1m)
|
🎭 Playwright Run Summary
25 passed (58.9s)
|
🎭 Playwright Run Summary
24 passed (39.5s)
|
🎭 Playwright Run Summary
25 passed (35.4s)
|
🎭 Playwright Run Summary
24 passed (39.7s)
|
🎭 Playwright Run Summary
24 passed (50.0s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:3 › load more products when there are no products › should be hidden
24 passed (1.2m)
|
🎭 Playwright Run Summary
24 passed (54.0s)
|
🎭 Playwright Run Summary
24 passed (46.4s)
|
🎭 Playwright Run Summary
11 flaky
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
[LWS-disabled] › force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts:48:7 › quantic pager in the search use case › when clicking a specific page button › should trigger a new search and log analytics
[LWS-disabled] › force-app/main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts:30:7 › quantic pager in the insight use case › when clicking the previous page button › should trigger a new search and log analytics
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
161 passed (8.8m)
|
🎭 Playwright Run Summary
11 failed
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:342:7 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change active tab
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:362:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › smart snippet
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:366:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › sort dropdown
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:377:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › result list
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:403:11 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › when selecting another tab in popover buttons › should change other component visibility › facets
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:418:11 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › when selecting another tab in popover buttons › should change other component visibility › smart snippet
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:422:11 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › when selecting another tab in popover buttons › should change other component visibility › sort dropdown
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:433:11 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › when selecting another tab in popover buttons › should change other component visibility › result list
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:456:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › when resizing viewport › should hide tab popover menu button
[chromium] › src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:460:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › when resizing viewport › should display tab buttons for each atomic-tab elements
3 skipped
10 passed (17.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-e2e-screenshots-
|
345 KB |
|
atomic-hosted-page-playwright-report
|
172 KB |
|
atomic-playwright-report
|
6.38 MB |
|
blob-report-1
|
22.7 KB |
|
blob-report-10
|
21.3 KB |
|
blob-report-11
|
941 KB |
|
blob-report-12
|
1.8 MB |
|
blob-report-13
|
25 KB |
|
blob-report-14
|
22.2 KB |
|
blob-report-15
|
26.3 KB |
|
blob-report-16
|
592 KB |
|
blob-report-17
|
17.9 KB |
|
blob-report-18
|
22.4 KB |
|
blob-report-19
|
27.6 KB |
|
blob-report-2
|
27.6 KB |
|
blob-report-20
|
24.8 KB |
|
blob-report-21
|
19.8 KB |
|
blob-report-22
|
20.4 KB |
|
blob-report-23
|
22 KB |
|
blob-report-3
|
343 KB |
|
blob-report-4
|
23.1 KB |
|
blob-report-5
|
32.7 KB |
|
blob-report-6
|
22.9 KB |
|
blob-report-7
|
2.03 MB |
|
blob-report-8
|
22 KB |
|
blob-report-9
|
22.4 KB |
|
quantic-playwright-report
|
11.9 MB |
|
result-lists-screenshots
|
15 MB |
|