ci: change npm tags for v2, disable sfdx release #22127
Annotations
2 errors, 1 warning, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L138
1) [chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:137:13 › with min and max values › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should clear the selected dates
Error: Timed out 7000ms waiting for expect(locator).toHaveValue(expected)
Locator: getByLabel('Enter a start date for the No label facet')
Expected string: ""
Received string: "2021-01-01"
Call log:
- expect.toHaveValue with timeout 7000ms
- waiting for getByLabel('Enter a start date for the No label facet')
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/>
- unexpected value "2021-01-01"
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/>
- unexpected value "2021-01-01"
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/>
- unexpected value "2021-01-01"
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/>
- unexpected value "2021-01-01"
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/>
- unexpected value "2021-01-01"
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/>
- unexpected value "2021-01-01"
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/>
- unexpected value "2021-01-01"
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/>
- unexpected value "2021-01-01"
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/>
- unexpected value "2021-01-01"
- locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L9
2) [chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:8:7 › Quickview › should render the quickview button
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Quick View' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByRole('button', { name: 'Quick View' })
7 |
8 | test('should render the quickview button', async ({quickview}) => {
> 9 | await expect(quickview.resultButton).toBeVisible();
| ^
10 | });
11 |
12 | test.describe('when the quickview button is clicked', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:9:42
|
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
2 flaky
[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:137:13 › with min and max values › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should clear the selected dates
[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:8:7 › Quickview › should render the quickview button
10 passed (1.2m)
|
Loading