feat(textarea): convert to a form associated shadow component #17459
build.yml
on: pull_request
build-core
1m 45s
Matrix: test-core-screenshot
test-core-clean-build
13s
test-core-lint
51s
test-core-spec
44s
verify-screenshots
4s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-react-e2e
2s
verify-test-react-router-e2e
3s
verify-test-vue-e2e
3s
Annotations
61 errors and 4 notices
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:134:9 › form data - ios/ltr › form control values set to null:
src/components/item/test/inputs/item.e2e.ts#L148
4) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:134:9 › form data - ios/ltr › form control values set to null
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "",
"datetime": "",
"input": "",
"range": "0",
"select": "",
- "textarea": "",
"toggle": "",
}
146 | await formData.next();
147 |
> 148 | expect(formData).toHaveReceivedEventDetail({
| ^
149 | input: '',
150 | textarea: '',
151 | toggle: '',
at /ionic/src/components/item/test/inputs/item.e2e.ts:148:24
|
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:109:9 › form data - ios/ltr › form control values set to be empty:
src/components/item/test/inputs/item.e2e.ts#L123
3) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:109:9 › form data - ios/ltr › form control values set to be empty
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "",
"datetime": "",
"input": "",
"range": "0",
"select": "",
- "textarea": "",
"toggle": "",
}
121 | await formData.next();
122 |
> 123 | expect(formData).toHaveReceivedEventDetail({
| ^
124 | input: '',
125 | textarea: '',
126 | toggle: '',
at /ionic/src/components/item/test/inputs/item.e2e.ts:123:24
|
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:109:9 › form data - ios/ltr › form control values set to be empty:
src/components/item/test/inputs/item.e2e.ts#L123
3) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:109:9 › form data - ios/ltr › form control values set to be empty
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "",
"datetime": "",
"input": "",
"range": "0",
"select": "",
- "textarea": "",
"toggle": "",
}
121 | await formData.next();
122 |
> 123 | expect(formData).toHaveReceivedEventDetail({
| ^
124 | input: '',
125 | textarea: '',
126 | toggle: '',
at /ionic/src/components/item/test/inputs/item.e2e.ts:123:24
|
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:109:9 › form data - ios/ltr › form control values set to be empty:
src/components/item/test/inputs/item.e2e.ts#L123
3) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:109:9 › form data - ios/ltr › form control values set to be empty
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "",
"datetime": "",
"input": "",
"range": "0",
"select": "",
- "textarea": "",
"toggle": "",
}
121 | await formData.next();
122 |
> 123 | expect(formData).toHaveReceivedEventDetail({
| ^
124 | input: '',
125 | textarea: '',
126 | toggle: '',
at /ionic/src/components/item/test/inputs/item.e2e.ts:123:24
|
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:84:9 › form data - ios/ltr › form controls have some value:
src/components/item/test/inputs/item.e2e.ts#L98
2) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:84:9 › form data - ios/ltr › form controls have some value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "on",
"datetime": "2022-04-01T10:00",
"input": "Some value",
"range": "20",
"select": "2",
- "textarea": "Some value",
"toggle": "on",
}
96 | await formData.next();
97 |
> 98 | expect(formData).toHaveReceivedEventDetail({
| ^
99 | input: 'Some value',
100 | textarea: 'Some value',
101 | toggle: 'on',
at /ionic/src/components/item/test/inputs/item.e2e.ts:98:24
|
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:84:9 › form data - ios/ltr › form controls have some value:
src/components/item/test/inputs/item.e2e.ts#L98
2) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:84:9 › form data - ios/ltr › form controls have some value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "on",
"datetime": "2022-04-01T10:00",
"input": "Some value",
"range": "20",
"select": "2",
- "textarea": "Some value",
"toggle": "on",
}
96 | await formData.next();
97 |
> 98 | expect(formData).toHaveReceivedEventDetail({
| ^
99 | input: 'Some value',
100 | textarea: 'Some value',
101 | toggle: 'on',
at /ionic/src/components/item/test/inputs/item.e2e.ts:98:24
|
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:84:9 › form data - ios/ltr › form controls have some value:
src/components/item/test/inputs/item.e2e.ts#L98
2) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:84:9 › form data - ios/ltr › form controls have some value
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "on",
"datetime": "2022-04-01T10:00",
"input": "Some value",
"range": "20",
"select": "2",
- "textarea": "Some value",
"toggle": "on",
}
96 | await formData.next();
97 |
> 98 | expect(formData).toHaveReceivedEventDetail({
| ^
99 | input: 'Some value',
100 | textarea: 'Some value',
101 | toggle: 'on',
at /ionic/src/components/item/test/inputs/item.e2e.ts:98:24
|
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:68:9 › form data - ios/ltr › initial form data should be empty:
src/components/item/test/inputs/item.e2e.ts#L73
1) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:68:9 › form data - ios/ltr › initial form data should be empty
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "",
"datetime": "2022-04-01T10:00",
"input": "",
"range": "10",
"select": "",
- "textarea": "",
"toggle": "",
}
71 | await formData.next();
72 |
> 73 | expect(formData).toHaveReceivedEventDetail({
| ^
74 | input: '',
75 | textarea: '',
76 | toggle: '',
at /ionic/src/components/item/test/inputs/item.e2e.ts:73:24
|
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:68:9 › form data - ios/ltr › initial form data should be empty:
src/components/item/test/inputs/item.e2e.ts#L73
1) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:68:9 › form data - ios/ltr › initial form data should be empty
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "",
"datetime": "2022-04-01T10:00",
"input": "",
"range": "10",
"select": "",
- "textarea": "",
"toggle": "",
}
71 | await formData.next();
72 |
> 73 | expect(formData).toHaveReceivedEventDetail({
| ^
74 | input: '',
75 | textarea: '',
76 | toggle: '',
at /ionic/src/components/item/test/inputs/item.e2e.ts:73:24
|
|
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:68:9 › form data - ios/ltr › initial form data should be empty:
src/components/item/test/inputs/item.e2e.ts#L73
1) [Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:68:9 › form data - ios/ltr › initial form data should be empty
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
@@ -2,8 +2,7 @@
"checkbox": "",
"datetime": "2022-04-01T10:00",
"input": "",
"range": "10",
"select": "",
- "textarea": "",
"toggle": "",
}
71 | await formData.next();
72 |
> 73 | expect(formData).toHaveReceivedEventDetail({
| ^
74 | input: '',
75 | textarea: '',
76 | toggle: '',
at /ionic/src/components/item/test/inputs/item.e2e.ts:73:24
|
|
test-core-screenshot (8, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (8, 20)
The operation was canceled.
|
|
test-core-screenshot (1, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (1, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (1, 20)
The operation was canceled.
|
|
test-core-screenshot (4, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (4, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (4, 20)
The operation was canceled.
|
|
test-core-screenshot (3, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (3, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (3, 20)
The operation was canceled.
|
|
test-core-screenshot (17, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (17, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (17, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (14, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (5, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (14, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (14, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
The operation was canceled.
|
|
test-core-screenshot (18, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (18, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
The operation was canceled.
|
|
test-core-screenshot (6, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (6, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (6, 20)
The operation was canceled.
|
|
test-core-screenshot (11, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (15, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (11, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (11, 20)
The operation was canceled.
|
|
test-core-screenshot (15, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (15, 20)
The operation was canceled.
|
|
test-core-screenshot (16, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (16, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (16, 20)
The operation was canceled.
|
|
test-core-screenshot (9, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (9, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (9, 20)
The operation was canceled.
|
|
test-core-screenshot (13, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (13, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (13, 20)
The operation was canceled.
|
|
test-core-screenshot (19, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (19, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (19, 20)
The operation was canceled.
|
|
test-core-screenshot (2, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (2, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (2, 20)
The operation was canceled.
|
|
test-core-screenshot (12, 20)
The strategy configuration was canceled because "test-core-screenshot._10_20" failed
|
|
test-core-screenshot (12, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (12, 20)
The operation was canceled.
|
|
verify-screenshots
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
360 skipped
281 passed (2.3m)
|
|
🎭 Playwright Run Summary
368 skipped
303 passed (3.4m)
|
|
🎭 Playwright Run Summary
5 failed
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:68:9 › form data - ios/ltr › initial form data should be empty
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:84:9 › form data - ios/ltr › form controls have some value
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:109:9 › form data - ios/ltr › form control values set to be empty
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:134:9 › form data - ios/ltr › form control values set to null
[Mobile Chrome] › src/components/item/test/inputs/item.e2e.ts:159:9 › form data - ios/ltr › form control values set to undefined
2 skipped
556 passed (3.6m)
|
|
🎭 Playwright Run Summary
8 skipped
675 passed (3.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
866 KB |
sha256:a5d77a5d2b74bfdbf7cd31338e7d3c7dd9136fb027eade491063adc181b2ffe2
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:9a43d179c5c2994602aabbfac00289808e8c2b2addbe9583e92954d4c07537c4
|
|
|
ionic-core
|
5.17 MB |
sha256:c51ddb3f69278a7344095c1454bb4f39c29c3f12f2a932a92c4a49f6aaf834b4
|
|
|
ionic-react
|
404 KB |
sha256:ff4c5793dc58fb238a39e931afe42dcad226480cc145f639948d6361a4737858
|
|
|
ionic-react-router
|
27.9 KB |
sha256:a19d40ea02e0fa692ce4c7ec6281c1cb22039846375659384045ec28bc7284bb
|
|
|
ionic-vue
|
435 KB |
sha256:8eb7e39b5b0edd9753f932734eabb97361637bf899fef68c3879c27616b73c6f
|
|
|
ionic-vue-router
|
17 KB |
sha256:f7db4dcc62aefda6570b34217a8f679533f2b18a8389c600c80b974b17db8b59
|
|
|
test-results-10-20
|
8.5 MB |
sha256:4136e316bcceb30341f6b19216e7f6453ed53af4f268ddcf5bd201572e9456f9
|
|
|
test-results-20-20
|
342 KB |
sha256:fa2045a2dd1340dfee45fb310face305eeac95dd6a0004f0b7e20eaef300c1cf
|
|
|
test-results-7-20
|
366 KB |
sha256:418b4cb9709d5c225434041f80d7cef63f4494eea07e5e07a18b684eb622f04f
|
|
|
test-results-8-20
|
442 KB |
sha256:49438b746d908182745a66e08c1fc365c50873de39b08e56e65af32b6797926d
|
|