feat(atomic): add label prop on NoItems functional component #22778
prbot.yml
on: pull_request
Build
7m 17s
Report bundle size
5m 12s
Matrix: Run Playwright tests for Atomic
Matrix: Run e2e tests on Atomic
Check with linter
4m 3s
Run unit tests
2m 53s
Run e2e screenshots tests on Atomic
1m 58s
Run e2e tests on Atomic React
1m 48s
Run e2e tests on Atomic React NextJS
1m 34s
Run e2e tests for IIFE
2m 17s
Run e2e tests on Atomic Angular
1m 45s
Run e2e tests on Vue.js sample
48s
Run e2e tests on Stencil.js sample
1m 19s
Run e2e tests for Atomic Hosted Page
2m 21s
Run e2e tests on Atomic insight panel
2m 20s
Run e2e tests on Headless SSR App router sample in dev mode
2m 39s
Run e2e tests on Headless SSR App router sample in prod mode
1m 28s
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 8s
Run e2e tests on Headless SSR Pages router sample in prod mode
1m 55s
Merge Playwright reports
1m 28s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Waiting for pending jobs
Confirm build is valid
0s
Annotations
9 errors, 95 warnings, and 24 notices
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message:
packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts#L26
1) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for gahaiusdhgaiuewjfsf"' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for gahaiusdhgaiuewjfsf"' })
24 |
25 | test('should display no result message', async ({noProducts}) => {
> 26 | await expect(noProducts.message('gahaiusdhgaiuewjfsf')).toBeVisible();
| ^
27 | });
28 | });
29 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:26:63
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message:
packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts#L26
1) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for gahaiusdhgaiuewjfsf"' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for gahaiusdhgaiuewjfsf"' })
24 |
25 | test('should display no result message', async ({noProducts}) => {
> 26 | await expect(noProducts.message('gahaiusdhgaiuewjfsf')).toBeVisible();
| ^
27 | });
28 | });
29 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:26:63
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message:
packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts#L26
1) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for gahaiusdhgaiuewjfsf"' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for gahaiusdhgaiuewjfsf"' })
24 |
25 | test('should display no result message', async ({noProducts}) => {
> 26 | await expect(noProducts.message('gahaiusdhgaiuewjfsf')).toBeVisible();
| ^
27 | });
28 | });
29 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:26:63
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › 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#L79
2) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › when the query contains HTML characters › should display the query with HTML characters
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for <div>$@#()-^!query</div>"' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for <div>$@#()-^!query</div>"' })
77 | await expect(
78 | noProducts.message('<div>$@#()-^!query</div>')
> 79 | ).toBeVisible();
| ^
80 | });
81 | });
82 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:79:9
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › 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#L79
2) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › when the query contains HTML characters › should display the query with HTML characters
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for <div>$@#()-^!query</div>"' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for <div>$@#()-^!query</div>"' })
77 | await expect(
78 | noProducts.message('<div>$@#()-^!query</div>')
> 79 | ).toBeVisible();
| ^
80 | });
81 | });
82 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:79:9
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › 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#L79
2) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › when the query contains HTML characters › should display the query with HTML characters
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for <div>$@#()-^!query</div>"' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find any product for <div>$@#()-^!query</div>"' })
77 | await expect(
78 | noProducts.message('<div>$@#()-^!query</div>')
> 79 | ).toBeVisible();
| ^
80 | });
81 | });
82 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:79:9
|
Run Playwright tests for Atomic (4, 24)
Process completed with exit code 1.
|
Confirm build is valid (PR)
Process completed with exit code 1.
|
Confirm build is valid
Process completed with exit code 1.
|
Run e2e tests on Atomic (60)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 Angular
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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/
|
Slow Test:
packages/atomic/[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 15.5s
|
Run e2e screenshots tests on Atomic
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5. 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 use a deprecated Node.js version 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/
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 19.2s
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 17.3s
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 30.9s
|
Run e2e tests on Headless SSR Pages router sample in dev mode
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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/
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 15.6s
|
Run e2e tests on Atomic (2)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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/
|
Slow Test:
packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts took 26.6s
|
Run e2e tests on Atomic (28)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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/
|
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 15.7s
|
Run e2e tests on Atomic (30)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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/
|
Slow Test:
packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 17.0s
|
Run e2e tests on Atomic (36)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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/
|
Should test Quantic?
Failed to restore: Cache service responded with 429
|
Should test Quantic?
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (7)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (7)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (46)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (20)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (56)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (21)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (42)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (6)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (57)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (48)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (29)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (8)
The following actions use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (33)
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (32)
The following actions use a deprecated Node.js version 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/
|
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
12 passed (18.3s)
|
🎭 Playwright Run Summary
13 passed (21.9s)
|
🎭 Playwright Run Summary
12 passed (18.9s)
|
🎭 Playwright Run Summary
13 passed (20.2s)
|
🎭 Playwright Run Summary
12 passed (11.7s)
|
🎭 Playwright Run Summary
12 passed (13.9s)
|
🎭 Playwright Run Summary
12 passed (23.6s)
|
🎭 Playwright Run Summary
13 passed (33.7s)
|
🎭 Playwright Run Summary
12 passed (14.0s)
|
🎭 Playwright Run Summary
13 passed (20.4s)
|
🎭 Playwright Run Summary
12 passed (19.4s)
|
🎭 Playwright Run Summary
12 passed (25.1s)
|
🎭 Playwright Run Summary
13 passed (25.1s)
|
🎭 Playwright Run Summary
13 passed (18.3s)
|
🎭 Playwright Run Summary
12 passed (29.6s)
|
🎭 Playwright Run Summary
12 passed (14.4s)
|
🎭 Playwright Run Summary
13 passed (15.2s)
|
🎭 Playwright Run Summary
12 passed (12.5s)
|
🎭 Playwright Run Summary
1 skipped
11 passed (17.5s)
|
🎭 Playwright Run Summary
12 passed (23.6s)
|
🎭 Playwright Run Summary
12 passed (18.5s)
|
🎭 Playwright Run Summary
1 skipped
11 passed (19.8s)
|
🎭 Playwright Run Summary
12 passed (22.5s)
|
🎭 Playwright Run Summary
2 failed
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › when the query contains HTML characters › should display the query with HTML characters
11 passed (1.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-hosted-page-playwright-report
Expired
|
185 KB |
|
atomic-playwright-report
Expired
|
2.76 MB |
|
blob-report-1
Expired
|
12.8 KB |
|
blob-report-10
Expired
|
13.4 KB |
|
blob-report-11
Expired
|
12.6 KB |
|
blob-report-12
Expired
|
12 KB |
|
blob-report-13
Expired
|
12.6 KB |
|
blob-report-14
Expired
|
12.4 KB |
|
blob-report-15
Expired
|
11.9 KB |
|
blob-report-16
Expired
|
11.8 KB |
|
blob-report-17
Expired
|
12.6 KB |
|
blob-report-18
Expired
|
12.1 KB |
|
blob-report-19
Expired
|
12.8 KB |
|
blob-report-2
Expired
|
17.6 KB |
|
blob-report-20
Expired
|
12.5 KB |
|
blob-report-21
Expired
|
11 KB |
|
blob-report-22
Expired
|
11.4 KB |
|
blob-report-23
Expired
|
11.9 KB |
|
blob-report-24
Expired
|
13.7 KB |
|
blob-report-3
Expired
|
11.5 KB |
|
blob-report-4
Expired
|
2.19 MB |
|
blob-report-5
Expired
|
11.1 KB |
|
blob-report-6
Expired
|
11.5 KB |
|
blob-report-7
Expired
|
11.4 KB |
|
blob-report-8
Expired
|
12.4 KB |
|
blob-report-9
Expired
|
13.5 KB |
|
result-lists-screenshots
Expired
|
36.6 MB |
|