chore(Security): bump the react group across 1 directory with 7 updates #3148
build_and_test.yml
on: pull_request
Build_icon_library
2m 7s
Lint_react-component-library
1m 51s
Security_audit
1m 19s
Check_commits
1m 18s
Test_design-tokens
1m 30s
Build_react-component-library
1m 27s
Test_react-component-library
1m 13s
Matrix: Test-e2e_react-component-library
Test_a11y
2m 6s
Annotations
26 errors, 11 warnings, and 1 notice
Test_react-component-library
Process completed with exit code 1.
|
Build_react-component-library
Type 'RefObject<HTMLInputElement | null>' is not assignable to type 'RefObject<HTMLInputElement>'.
|
Build_react-component-library
Type 'RefObject<HTMLButtonElement | null>' is not assignable to type 'RefObject<HTMLButtonElement>'.
|
Build_react-component-library
Object is of type 'unknown'.
|
Build_react-component-library
This expression is not callable.
|
Build_react-component-library
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLElement>'.
|
Build_react-component-library
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLElement>'.
|
Build_react-component-library
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLElement>'.
|
Build_react-component-library
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLElement>'.
|
Build_react-component-library
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLElement>'.
|
Build_react-component-library
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLElement>'.
|
Test_a11y
Process completed with exit code 1.
|
Test-e2e_react-component-library (1/3)
Testing stopped early after 10 maximum allowed failures.
|
[chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options:
packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
1) [chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('when the component is focused', () => {
> 24 | test.beforeEach(async ({ page }) => {
| ^
25 | await page.click(selectors.outerWrapper)
26 | })
27 |
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
|
[chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options:
packages/react-component-library/e2e/Autocomplete/default.spec.ts#L25
1) [chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid="select-outer-wrapper"]')
23 | test.describe('when the component is focused', () => {
24 | test.beforeEach(async ({ page }) => {
> 25 | await page.click(selectors.outerWrapper)
| ^
26 | })
27 |
28 | test('renders four options', async ({ page }) => {
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:25:18
|
[chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options:
packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
1) [chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('when the component is focused', () => {
> 24 | test.beforeEach(async ({ page }) => {
| ^
25 | await page.click(selectors.outerWrapper)
26 | })
27 |
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
|
[chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options:
packages/react-component-library/e2e/Autocomplete/default.spec.ts#L25
1) [chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid="select-outer-wrapper"]')
23 | test.describe('when the component is focused', () => {
24 | test.beforeEach(async ({ page }) => {
> 25 | await page.click(selectors.outerWrapper)
| ^
26 | })
27 |
28 | test('renders four options', async ({ page }) => {
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:25:18
|
[chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option:
packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
2) [chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('when the component is focused', () => {
> 24 | test.beforeEach(async ({ page }) => {
| ^
25 | await page.click(selectors.outerWrapper)
26 | })
27 |
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
|
[chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option:
packages/react-component-library/e2e/Autocomplete/default.spec.ts#L25
2) [chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid="select-outer-wrapper"]')
23 | test.describe('when the component is focused', () => {
24 | test.beforeEach(async ({ page }) => {
> 25 | await page.click(selectors.outerWrapper)
| ^
26 | })
27 |
28 | test('renders four options', async ({ page }) => {
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:25:18
|
[chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option:
packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
2) [chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('when the component is focused', () => {
> 24 | test.beforeEach(async ({ page }) => {
| ^
25 | await page.click(selectors.outerWrapper)
26 | })
27 |
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
|
[chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option:
packages/react-component-library/e2e/Autocomplete/default.spec.ts#L25
2) [chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid="select-outer-wrapper"]')
23 | test.describe('when the component is focused', () => {
24 | test.beforeEach(async ({ page }) => {
> 25 | await page.click(selectors.outerWrapper)
| ^
26 | })
27 |
28 | test('renders four options', async ({ page }) => {
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:25:18
|
[chromium] › Autocomplete/default.spec.ts:44:11 › Autocomplete › when the component is focused › and `hr` is typed › does not render the `No results for t` text:
packages/react-component-library/e2e/Autocomplete/default.spec.ts#L24
3) [chromium] › Autocomplete/default.spec.ts:44:11 › Autocomplete › when the component is focused › and `hr` is typed › does not render the `No results for t` text
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('when the component is focused', () => {
> 24 | test.beforeEach(async ({ page }) => {
| ^
25 | await page.click(selectors.outerWrapper)
26 | })
27 |
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/Autocomplete/default.spec.ts:24:10
|
Test-e2e_react-component-library (2/3)
The job was canceled because "_1_3" failed.
|
Test-e2e_react-component-library (2/3)
The operation was canceled.
|
Test-e2e_react-component-library (3/3)
The job was canceled because "_1_3" failed.
|
Test-e2e_react-component-library (3/3)
The operation was canceled.
|
Security_audit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check_commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test_design-tokens
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint_react-component-library
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build_icon_library
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build_storybook_e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test_react-component-library
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build_react-component-library
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build_storybook
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test_a11y
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test-e2e_react-component-library (1/3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
6 failed
[chromium] › Autocomplete/default.spec.ts:28:9 › Autocomplete › when the component is focused › renders four options
[chromium] › Autocomplete/default.spec.ts:37:11 › Autocomplete › when the component is focused › and `hr` is typed › renders one option
[chromium] › Autocomplete/default.spec.ts:44:11 › Autocomplete › when the component is focused › and `hr` is typed › does not render the `No results for t` text
[chromium] › Autocomplete/default.spec.ts:48:11 › Autocomplete › when the component is focused › and `hr` is typed › highlights the first item
[chromium] › Autocomplete/default.spec.ts:62:13 › Autocomplete › when the component is focused › and `hr` is typed › and the `Three` option is clicked › it sets the value
[chromium] › Autocomplete/default.spec.ts:66:13 › Autocomplete › when the component is focused › and `hr` is typed › and the `Three` option is clicked › focuses the toggle button
108 did not run
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
dist
|
1.08 MB |
|
playwright-test-results-1
|
4.82 MB |
|
playwright-test-results-2
|
80 MB |
|
playwright-test-results-3
|
69.5 MB |
|
storybook-static
|
36.4 MB |
|
storybook-static-e2e
Expired
|
32.2 MB |
|