docs(atomic): default annotation name #21779
Annotations
10 errors, 2 warnings, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L417
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
415 | searchBox,
416 | }) => {
> 417 | await facets.inclusionFilters.first().click();
| ^
418 | await facets.clearFilters().waitFor({state: 'visible'});
419 | await searchBox.submitButton.click();
420 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:417:43
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L417
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
415 | searchBox,
416 | }) => {
> 417 | await facets.inclusionFilters.first().click();
| ^
418 | await facets.clearFilters().waitFor({state: 'visible'});
419 | await searchBox.submitButton.click();
420 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:417:43
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L417
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
415 | searchBox,
416 | }) => {
> 417 | await facets.inclusionFilters.first().click();
| ^
418 | await facets.clearFilters().waitFor({state: 'visible'});
419 | await searchBox.submitButton.click();
420 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:417:43
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
3) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:432:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts took 30.2s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "atomic-e2e-screenshots-", "result-lists-screenshots", "ssr-app-dev-screenshots", "ssr-app-prd-screenshots", "ssr-page-dev-screenshots", "ssr-pages-prd-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/
|
Run /./.github/actions/playwright-atomic
8 failed
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:432:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:30:7 › default › should allow to filter by selecting multiple values
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:47:7 › default › should allow to deselect a filter with the clear button
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:62:7 › default › should allow to show more values and show less values
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:80:7 › default › allow to search for a value
1 flaky
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:462:7 › standalone searchbox › should redirect to the specified url after selecting a suggestion
26 passed (11.6m)
|
Loading