chore(Security): bump the react group across 1 directory with 7 updates #3141
Annotations
11 errors and 1 notice
|
Run e2e tests
Testing stopped early after 10 maximum allowed failures.
|
Run e2e tests:
packages/react-component-library/e2e/forms/prepopulated.spec.ts#L59
1) [firefox] › forms/prepopulated.spec.ts:58:11 › Form examples, pre-populated › Formik › renders the relevant fields
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-testid="form-example-TextInput-email"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[data-testid="form-example-TextInput-email"]')
57 |
58 | test('renders the relevant fields', async ({ page }) => {
> 59 | await expect(page.locator(selectors.input.email)).toBeVisible()
| ^
60 | await expect(page.locator(selectors.input.password)).toBeVisible()
61 | await expect(page.locator(selectors.input.description)).toBeVisible()
62 | await expect(page.locator(selectors.input.radio).nth(0)).toBeVisible()
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:59:59
|
Run e2e tests:
packages/react-component-library/e2e/forms/prepopulated.spec.ts#L59
1) [firefox] › forms/prepopulated.spec.ts:58:11 › Form examples, pre-populated › Formik › renders the relevant fields
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-testid="form-example-TextInput-email"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[data-testid="form-example-TextInput-email"]')
57 |
58 | test('renders the relevant fields', async ({ page }) => {
> 59 | await expect(page.locator(selectors.input.email)).toBeVisible()
| ^
60 | await expect(page.locator(selectors.input.password)).toBeVisible()
61 | await expect(page.locator(selectors.input.description)).toBeVisible()
62 | await expect(page.locator(selectors.input.radio).nth(0)).toBeVisible()
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:59:59
|
Run e2e tests:
packages/react-component-library/e2e/forms/prepopulated.spec.ts#L75
2) [firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors
Test timeout of 30000ms exceeded while running "beforeEach" hook.
73 |
74 | test.describe('when the form is submitted unchanged', () => {
> 75 | test.beforeEach(async ({ page }) => {
| ^
76 | await page.click(selectors.submit)
77 | })
78 |
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:75:14
|
Run e2e tests:
packages/react-component-library/e2e/forms/prepopulated.spec.ts#L76
2) [firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid="form-example-submit"]')
74 | test.describe('when the form is submitted unchanged', () => {
75 | test.beforeEach(async ({ page }) => {
> 76 | await page.click(selectors.submit)
| ^
77 | })
78 |
79 | test('does not show any validation errors', async ({ page }) => {
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:76:22
|
Run e2e tests:
packages/react-component-library/e2e/forms/prepopulated.spec.ts#L75
2) [firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
73 |
74 | test.describe('when the form is submitted unchanged', () => {
> 75 | test.beforeEach(async ({ page }) => {
| ^
76 | await page.click(selectors.submit)
77 | })
78 |
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:75:14
|
Run e2e tests:
packages/react-component-library/e2e/forms/prepopulated.spec.ts#L76
2) [firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid="form-example-submit"]')
74 | test.describe('when the form is submitted unchanged', () => {
75 | test.beforeEach(async ({ page }) => {
> 76 | await page.click(selectors.submit)
| ^
77 | })
78 |
79 | test('does not show any validation errors', async ({ page }) => {
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:76:22
|
Run e2e tests:
packages/react-component-library/e2e/forms/prepopulated.spec.ts#L75
3) [firefox] › forms/prepopulated.spec.ts:83:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › submits the form values
Test timeout of 30000ms exceeded while running "beforeEach" hook.
73 |
74 | test.describe('when the form is submitted unchanged', () => {
> 75 | test.beforeEach(async ({ page }) => {
| ^
76 | await page.click(selectors.submit)
77 | })
78 |
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:75:14
|
Run e2e tests:
packages/react-component-library/e2e/forms/prepopulated.spec.ts#L76
3) [firefox] › forms/prepopulated.spec.ts:83:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › submits the form values
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid="form-example-submit"]')
74 | test.describe('when the form is submitted unchanged', () => {
75 | test.beforeEach(async ({ page }) => {
> 76 | await page.click(selectors.submit)
| ^
77 | })
78 |
79 | test('does not show any validation errors', async ({ page }) => {
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:76:22
|
Run e2e tests:
packages/react-component-library/e2e/forms/prepopulated.spec.ts#L75
3) [firefox] › forms/prepopulated.spec.ts:83:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › submits the form values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
73 |
74 | test.describe('when the form is submitted unchanged', () => {
> 75 | test.beforeEach(async ({ page }) => {
| ^
76 | await page.click(selectors.submit)
77 | })
78 |
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/prepopulated.spec.ts:75:14
|
Run e2e tests
5 failed
[firefox] › forms/prepopulated.spec.ts:58:11 › Form examples, pre-populated › Formik › renders the relevant fields
[firefox] › forms/prepopulated.spec.ts:79:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › does not show any validation errors
[firefox] › forms/prepopulated.spec.ts:83:13 › Form examples, pre-populated › Formik › when the form is submitted unchanged › submits the form values
[firefox] › forms/prepopulated.spec.ts:115:13 › Form examples, pre-populated › Formik › when the form data is edited › shows no validation errors
[firefox] › forms/prepopulated.spec.ts:124:15 › Form examples, pre-populated › Formik › when the form data is edited › and the form is submitted › disables the submit button
1 interrupted
[firefox] › forms/prepopulated.spec.ts:128:15 › Form examples, pre-populated › Formik › when the form data is edited › and the form is submitted › submits the form values
108 did not run
|
Loading