chore(Security): bump the react group across 1 directory with 7 updates #3148
Annotations
10 errors, 1 warning, and 1 notice
Run e2e tests
Testing stopped early after 10 maximum allowed failures.
|
Run e2e tests:
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
|
Run e2e tests:
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
|
Run e2e tests:
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
|
Run e2e tests:
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
|
Run e2e tests:
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
|
Run e2e tests:
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
|
Run e2e tests:
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
|
Run e2e tests:
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
|
Run e2e tests:
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run e2e tests
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
|
Loading