docs(atomic): default annotation name #21779
Annotations
2 errors, 2 warnings, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
1) [webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:167:7 › with min and max values › should limit the end date to the max value
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L168
1) [webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:167:7 › with min and max values › should limit the end date to the max value
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Enter an end date for the No label facet')
166 |
167 | test('should limit the end date to the max value', async ({facet}) => {
> 168 | await facet.facetInputEnd.click();
| ^
169 | await expect(facet.facetInputEnd).toHaveAttribute('max', '2021-01-31');
170 | });
171 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:168:31
|
Run /./.github/actions/playwright-atomic:
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 24.9s
|
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
1 flaky
[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:167:7 › with min and max values › should limit the end date to the max value
34 passed (2.4m)
|
Loading