Skip to content

fix(conform-react): stops managing all inputs by default #1401

fix(conform-react): stops managing all inputs by default

fix(conform-react): stops managing all inputs by default #1401

Triggered via pull request September 17, 2024 22:02
Status Failure
Total duration 5m 51s
Artifacts 18

tests.yml

on: pull_request
API Tests
32s
API Tests
Matrix: E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

133 errors and 18 notices
tests/conform-react.spec.ts > conform-react > getInputProps: tests/conform-react.spec.ts#L56
AssertionError: expected { 'data-conform': 'managed', …(13) } to deeply equal { id: 'test', name: 'message', …(11) } - Expected + Received Object { + "data-conform": "managed", "defaultValue": "string", "form": "example", "id": "test", "max": 10, "maxLength": 2, "min": 1, "minLength": 1, "multiple": true, "name": "message", "pattern": "[0-9]+", "required": true, "step": 1, "type": "text", } ❯ tests/conform-react.spec.ts:56:5
tests/conform-react.spec.ts > conform-react > getTextareaProps: tests/conform-react.spec.ts#L164
AssertionError: expected { 'data-conform': 'managed', …(3) } to deeply equal { id: 'test', name: 'message', …(1) } - Expected + Received Object { + "data-conform": "managed", "form": "example", "id": "test", "name": "message", } ❯ tests/conform-react.spec.ts:164:38
tests/conform-react.spec.ts > conform-react > getSelectProps: tests/conform-react.spec.ts#L234
AssertionError: expected { 'data-conform': 'managed', …(3) } to deeply equal { id: 'test', name: 'message', …(1) } - Expected + Received Object { + "data-conform": "managed", "form": "example", "id": "test", "name": "message", } ❯ tests/conform-react.spec.ts:234:36
API Tests
Process completed with exit code 1.
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (macos-latest, chromium, 18)
Process completed with exit code 1.
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (macos-latest, chromium, 20)
Process completed with exit code 1.
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (ubuntu-latest, chromium, 22)
Process completed with exit code 1.
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (ubuntu-latest, chromium, 20)
Process completed with exit code 1.
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (macos-latest, chromium, 22)
Process completed with exit code 1.
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (ubuntu-latest, chromium, 18)
Process completed with exit code 1.
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (macos-latest, webkit, 20)
Process completed with exit code 1.
[firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (ubuntu-latest, firefox, 20)
Process completed with exit code 1.
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (ubuntu-latest, webkit, 18)
Process completed with exit code 1.
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation: tests/integrations/recursive-list.spec.ts#L29
3) [webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation ────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected) Locator: locator('body').getByLabel('Name').nth(2) Expected string: "Third" Received string: "" Call log: - expect.toHaveValue with timeout 5000ms - waiting for locator('body').getByLabel('Name').nth(2) - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" 27 | await expect(fieldset.name.nth(0)).toHaveValue('First'); 28 | await expect(fieldset.name.nth(1)).toHaveValue('Second'); > 29 | await expect(fieldset.name.nth(2)).toHaveValue('Third'); | ^ 30 | } 31 | 32 | test.describe('With JS', () => { at runTest (/home/runner/work/conform/conform/tests/integrations/recursive-list.spec.ts:29:37) at /home/runner/work/conform/conform/tests/integrations/recursive-list.spec.ts:40:3
E2E Tests (ubuntu-latest, webkit, 22)
Process completed with exit code 1.
[firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (ubuntu-latest, firefox, 18)
Process completed with exit code 1.
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (ubuntu-latest, webkit, 20)
Process completed with exit code 1.
[firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /home/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (ubuntu-latest, firefox, 22)
Process completed with exit code 1.
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
E2E Tests (macos-latest, webkit, 22)
Process completed with exit code 1.
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:80:2
E2E Tests (windows-latest, chromium, 18)
Process completed with exit code 1.
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:80:2
E2E Tests (windows-latest, chromium, 22)
Process completed with exit code 1.
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
1) [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:75:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests/integrations/custom-inputs.spec.ts#L61
2) [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (/Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:61:39) at /Users/runner/work/conform/conform/tests/integrations/custom-inputs.spec.ts:80:2
[webkit] › async-validation.spec.ts:138:6 › With JS › Client Validation: tests/integrations/async-validation.spec.ts#L118
3) [webkit] › async-validation.spec.ts:138:6 › With JS › Client Validation ─────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('body').locator('main p') - Expected - 1 + Received + 1 Array [ "Email is already used", - "", + "Title is required", ] Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('body').locator('main p') - locator resolved to 2 elements - locator resolved to 2 elements - locator resolved to 2 elements - locator resolved to 2 elements - locator resolved to 2 elements - locator resolved to 2 elements - locator resolved to 2 elements - locator resolved to 2 elements - locator resolved to 2 elements 116 | } 117 | > 118 | await expect(playground.error).toHaveText(['Email is already used', '']); | ^ 119 | 120 | await selectAll(fieldset.email); 121 | await fieldset.email.press('ArrowRight'); at runTest (/Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:118:33) at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:140:3
[webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation: tests/integrations/recursive-list.spec.ts#L28
4) [webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation ────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected) Locator: locator('body').getByLabel('Name').nth(1) Expected string: "Second" Received string: "" Call log: - expect.toHaveValue with timeout 5000ms - waiting for locator('body').getByLabel('Name').nth(1) - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" - locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/> - unexpected value "" 26 | await fieldset.add.nth(1).click(); 27 | await expect(fieldset.name.nth(0)).toHaveValue('First'); > 28 | await expect(fieldset.name.nth(1)).toHaveValue('Second'); | ^ 29 | await expect(fieldset.name.nth(2)).toHaveValue('Third'); 30 | } 31 | at runTest (/Users/runner/work/conform/conform/tests/integrations/recursive-list.spec.ts:28:37) at /Users/runner/work/conform/conform/tests/integrations/recursive-list.spec.ts:40:3
E2E Tests (macos-latest, webkit, 18)
Process completed with exit code 1.
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
1) [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:75:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:80:2
[chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl: tests\integrations\custom-inputs.spec.ts#L61
2) [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toStrictEqual(expected) // deep equality - Expected - 8 + Received + 2 @@ -5,17 +5,11 @@ "tos", "options", ], "initialValue": Object { "color": "blue", - "languages": ArrayContaining [ - "French", - "Spanish", - ], - "options": ArrayContaining [ - "d", - "b", - ], + "languages": "French", + "options": "d", "tos": "on", }, "status": "success", } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 59 | 60 | await playground.submit.click(); > 61 | await expect.poll(playground.result).toStrictEqual({ | ^ 62 | status: 'success', 63 | initialValue: { 64 | color: 'blue', at runTest (D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:61:39) at D:\a\conform\conform\tests\integrations\custom-inputs.spec.ts:80:2
E2E Tests (windows-latest, chromium, 20)
Process completed with exit code 1.
🎭 Playwright Run Summary
2 failed [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── 9 skipped 98 passed (1.4m)
🎭 Playwright Run Summary
2 failed [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── 9 skipped 98 passed (1.6m)
🎭 Playwright Run Summary
2 failed [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── 9 skipped 98 passed (1.6m)
🎭 Playwright Run Summary
2 failed [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── 9 skipped 98 passed (1.7m)
🎭 Playwright Run Summary
2 failed [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── 9 skipped 98 passed (1.6m)
🎭 Playwright Run Summary
2 failed [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── 9 skipped 98 passed (1.7m)
🎭 Playwright Run Summary
2 failed [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ───────────────────── [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ───────────────────── 9 skipped 98 passed (2.2m)
🎭 Playwright Run Summary
2 failed [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── 9 skipped 98 passed (2.5m)
🎭 Playwright Run Summary
2 failed [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ───────────────────── [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ───────────────────── 9 skipped 98 passed (2.4m)
🎭 Playwright Run Summary
2 failed [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ───────────────────── [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ───────────────────── 1 flaky [webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation ─────────────────────────── 9 skipped 97 passed (2.4m)
🎭 Playwright Run Summary
2 failed [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── 9 skipped 98 passed (2.5m)
🎭 Playwright Run Summary
2 failed [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ───────────────────── [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ───────────────────── 9 skipped 98 passed (2.3m)
🎭 Playwright Run Summary
2 failed [firefox] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ──────────────────── [firefox] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ──────────────────── 9 skipped 98 passed (2.4m)
🎭 Playwright Run Summary
2 failed [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ───────────────────── [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ───────────────────── 9 skipped 98 passed (1.9m)
🎭 Playwright Run Summary
2 failed [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── 9 skipped 98 passed (2.0m)
🎭 Playwright Run Summary
2 failed [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── 9 skipped 98 passed (2.0m)
🎭 Playwright Run Summary
2 failed [webkit] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ───────────────────── [webkit] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ───────────────────── 2 flaky [webkit] › async-validation.spec.ts:138:6 › With JS › Client Validation ──────────────────────── [webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation ─────────────────────────── 9 skipped 96 passed (2.1m)
🎭 Playwright Run Summary
2 failed [chromium] › custom-inputs.spec.ts:73:5 › Client Validation: useInputControl ─────────────────── [chromium] › custom-inputs.spec.ts:78:5 › Server Validation: useInputControl ─────────────────── 9 skipped 98 passed (2.0m)

Artifacts

Produced during runtime
Name Size
playwright-report-macos-latest-node18-chromium Expired
1.06 MB
playwright-report-macos-latest-node18-webkit Expired
1.65 MB
playwright-report-macos-latest-node20-chromium Expired
1.04 MB
playwright-report-macos-latest-node20-webkit Expired
1.34 MB
playwright-report-macos-latest-node22-chromium Expired
1.15 MB
playwright-report-macos-latest-node22-webkit Expired
1.31 MB
playwright-report-ubuntu-latest-node18-chromium Expired
1.14 MB
playwright-report-ubuntu-latest-node18-firefox Expired
1.33 MB
playwright-report-ubuntu-latest-node18-webkit Expired
1.47 MB
playwright-report-ubuntu-latest-node20-chromium Expired
1.14 MB
playwright-report-ubuntu-latest-node20-firefox Expired
1.3 MB
playwright-report-ubuntu-latest-node20-webkit Expired
1.46 MB
playwright-report-ubuntu-latest-node22-chromium Expired
1.15 MB
playwright-report-ubuntu-latest-node22-firefox Expired
1.34 MB
playwright-report-ubuntu-latest-node22-webkit Expired
1.71 MB
playwright-report-windows-latest-node18-chromium Expired
997 KB
playwright-report-windows-latest-node20-chromium Expired
992 KB
playwright-report-windows-latest-node22-chromium Expired
1020 KB