chore(deps): update dependency @reduxjs/toolkit to v2.2.6 j:kit-282 #20405
prbot.yml
on: pull_request
Build
8m 26s
Report bundle size
5m 9s
Matrix: Run e2e tests on Atomic
Check with linter
2m 39s
Run unit tests
2m 53s
Run e2e screenshots tests on Atomic
3m 3s
Run e2e tests on Atomic React
3m 7s
Run e2e tests on Atomic React NextJS
1m 31s
Run e2e tests for IIFE
1m 36s
Run e2e tests on Atomic Angular
1m 31s
Run e2e tests on Vue.js sample
34s
Run e2e tests on Stencil.js sample
1m 34s
Run e2e tests for Atomic Hosted Page
1m 20s
Run e2e tests on Atomic insight panel
1m 31s
Run e2e tests on Headless SSR App router sample in dev mode
2m 34s
Run e2e tests on Headless SSR App router sample in prod mode
1m 24s
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 50s
Run e2e tests on Headless SSR Pages router sample in prod mode
1m 35s
Run Playwright tests for Atomic
20m 36s
Confirm build is valid
0s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
4m 28s
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Confirm build is valid
0s
Annotations
13 errors, 84 warnings, and 1 notice
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-2/**/*)
Could not find Cypress test run results
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-2/**/*)
Artifact name is not valid: quantic-screenshots-cypress/e2e/default-2/**/*. Contains the following character: Asterisk *
Invalid characters include: Double quote ", Colon :, Less than <, Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage return \r, Line feed \n, Backslash \, Forward slash /
These characters are not allowed in the artifact name due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.
|
Confirm build is valid
Process completed with exit code 1.
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:77:9 › when there are no results › when the query contains HTML characters › should display the query with HTML characters:
packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts#L82
1) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:77:9 › when there are no results › when the query contains HTML characters › should display the query with HTML characters
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find anything for “<div>$@#()-^!query</div>”' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find anything for “<div>$@#()-^!query</div>”' })
80 | await expect(
81 | noProducts.message('<div>$@#()-^!query</div>')
> 82 | ).toBeVisible();
| ^
83 | });
84 | });
85 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:82:9
|
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:157:7 › with a valid page in the hash › pager button 3 should be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L158
2) [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:157:7 › with a valid page in the hash › pager button 3 should be selected
Error: Timed out 20000ms waiting for expect(locator).toHaveAttribute()
Locator: locator('[value="3"]')
Expected: have attribute
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 20000ms
- waiting for locator('[value="3"]')
156 |
157 | test('pager button 3 should be selected', async ({pager}) => {
> 158 | await expect(pager.numericButton(3)).toHaveAttribute(
| ^
159 | 'part',
160 | expect.stringContaining('active-page-button')
161 | );
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:158:42
|
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
3) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Test timeout of 30000ms exceeded.
|
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L75
3) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear recent searches.')
73 | searchBox,
74 | }) => {
> 75 | await searchBox.clearRecentQueriesButton.click();
| ^
76 | await expect(searchBox.recentQueries().first()).not.toBeVisible();
77 | });
78 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:75:48
|
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:77:9 › when there are no results › when the query contains HTML characters › should display the query with HTML characters:
packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts#L82
4) [firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:77:9 › when there are no results › when the query contains HTML characters › should display the query with HTML characters
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find anything for “<div>$@#()-^!query</div>”' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find anything for “<div>$@#()-^!query</div>”' })
80 | await expect(
81 | noProducts.message('<div>$@#()-^!query</div>')
> 82 | ).toBeVisible();
| ^
83 | });
84 | });
85 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:82:9
|
[webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:56:7 › when a query yield a single result › should display message:
packages/atomic/src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts#L58
5) [webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:56:7 › when a query yield a single result › should display message
Error: expect.toBeVisible: Error: strict mode violation: getByText(/^Result 1 of 1 for @ec_product_id=SP03730_00007$/) resolved to 2 elements:
1) <div role="status" aria-live="polite" id="aria-live-h…>Result 1 of 1 for @ec_product_id=SP03730_00007</div> aka locator('#aria-live-hilo6-query-summary')
2) <div part="container" class="text-on-background">…</div> aka locator('#code-root').getByText('Result 1 of 1 for @')
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByText(/^Result 1 of 1 for @ec_product_id=SP03730_00007$/)
56 | test('should display message', async ({querySummary}) => {
57 | const textRegex = /^Result 1 of 1 for @ec_product_id=SP03730_00007$/;
> 58 | await expect(querySummary.text(textRegex)).toBeVisible();
| ^
59 | });
60 |
61 | test('screen readers should read out', async ({querySummary}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:58:48
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:219:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
6) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:219:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:219:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L222
6) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:219:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear recent searches.')
220 | searchBox,
221 | }) => {
> 222 | await searchBox.clearRecentQueriesButton.click();
| ^
223 | await expect(searchBox.recentQueries().first()).not.toBeVisible();
224 | });
225 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:222:48
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:258:9 › with instant results & query suggestions › after clicking the searchbox input › should display in the search box what has been submitted:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L263
7) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:258:9 › with instant results & query suggestions › after clicking the searchbox input › should display in the search box what has been submitted
Error: Timed out 20000ms waiting for expect(locator).toHaveValue(expected)
Locator: getByRole('combobox', { name: 'Search' })
Expected string: "Rec"
Received string: "repair"
Call log:
- expect.toHaveValue with timeout 20000ms
- waiting for getByRole('combobox', { name: 'Search' })
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
- locator resolved to <textarea rows="1" part="textarea" role="combobox" autocor…></textarea>
- unexpected value "repair"
261 | await searchBox.searchInput.fill('Rec');
262 | await searchBox.searchInput.press('Enter');
> 263 | await expect(searchBox.searchInput).toHaveValue('Rec');
| ^
264 | });
265 |
266 | test.describe('after focusing on suggestion with the mouse
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:398:9 › with minimum-query-length=4 › after typing a query above the threshold › should perform requests against the query suggest endpoint:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L399
8) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:398:9 › with minimum-query-length=4 › after typing a query above the threshold › should perform requests against the query suggest endpoint
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
397 |
398 | test('should perform requests against the query suggest endpoint', () => {
> 399 | expect(querySuggestionRequestPerformed).toBe(true);
| ^
400 | });
401 | });
402 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:399:47
|
Run e2e tests on Atomic Angular
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic React NextJS
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic React
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests for IIFE
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e screenshots tests on Atomic
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests for Atomic Hosted Page
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic insight panel
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Stencil.js sample
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Headless SSR App router sample in prod mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Headless SSR App router sample in dev mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Headless SSR Pages router sample in dev mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Headless SSR Pages router sample in prod mode
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (2)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (5)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (4)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (1)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (7)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (9)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (6)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (8)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (10)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (11)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (12)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (13)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (17)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (14)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (16)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (18)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (15)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (21)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (19)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (22)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (24)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (23)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (26)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (27)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (25)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (28)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (29)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (31)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (32)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (30)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (33)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (35)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (37)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (38)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (34)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (36)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (40)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (41)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (39)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (42)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (43)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (45)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (44)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (46)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (47)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (49)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (48)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (53)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (50)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (54)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (52)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (51)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (55)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (56)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (57)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (58)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (59)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (60)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-1/**/*)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/facets-2/**/*)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/facets-1/**/*)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-2/**/*)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/atomic/[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 1.5m
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 54.5s
|
Slow Test:
packages/atomic/[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 54.3s
|
Slow Test:
packages/atomic/[firefox] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[firefox] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 54.2s
|
Slow Test:
packages/atomic/[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 43.9s
|
Run Playwright tests for Atomic
Unexpected input(s) 'repo', valid inputs are ['app-id', 'app_id', 'private-key', 'private_key', 'owner', 'repositories', 'skip-token-revoke', 'skip_token_revoke', 'github-api-url']
|
Run Playwright tests for Atomic
Unexpected input(s) 'repo', valid inputs are ['app-id', 'app_id', 'private-key', 'private_key', 'owner', 'repositories', 'skip-token-revoke', 'skip_token_revoke', 'github-api-url']
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
🎭 Playwright Run Summary
10 flaky
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:77:9 › when there are no results › when the query contains HTML characters › should display the query with HTML characters
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:157:7 › with a valid page in the hash › pager button 3 should be selected
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:77:9 › when there are no results › when the query contains HTML characters › should display the query with HTML characters
[webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:56:7 › when a query yield a single result › should display message
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:219:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:258:9 › with instant results & query suggestions › after clicking the searchbox input › should display in the search box what has been submitted
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:398:9 › with minimum-query-length=4 › after typing a query above the threshold › should perform requests against the query suggest endpoint
[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:111:9 › with instant results & query suggestions › after clicking the searchbox input › should display in the search box what has been submitted
[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
506 passed (19.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-playwright-report
Expired
|
5.27 MB |
|
result-lists-screenshots
Expired
|
29.1 MB |
|