Events v2: update toolkit version #638
Annotations
2 errors
src/form/v2/birth/birth.test.ts > birth configuration is parsed:
src/form/v2/birth/birth.test.ts#L6
Error: Snapshot `birth configuration is parsed 1` mismatched
- Expected
+ Received
@@ -1408,11 +1408,11 @@
"label": {
"defaultMessage": "Urban or Rural",
"description": "This is the label for the field",
"id": "event.birth.action.declare.form.section.childResidentialAddress.field.address.urbanOrRural.label",
},
- "options": [
+ "optionValues": [
{
"label": {
"defaultMessage": "Urban",
"description": "Label for form field checkbox option Urban",
"id": "form.field.label.urban",
@@ -1426,10 +1426,11 @@
"id": "form.field.label.rural",
},
"value": "RURAL",
},
],
+ "options": {},
"required": false,
"type": "RADIO_GROUP",
},
{
"conditionals": [
@@ -3457,11 +3458,11 @@
"label": {
"defaultMessage": "Urban or Rural",
"description": "This is the label for the field",
"id": "event.birth.action.declare.form.section.childOther.field.address.urbanOrRural.label",
},
- "options": [
+ "optionValues": [
{
"label": {
"defaultMessage": "Urban",
"description": "Label for form field checkbox option Urban",
"id": "form.field.label.urban",
@@ -3475,10 +3476,11 @@
"id": "form.field.label.rural",
},
"value": "RURAL",
},
],
+ "options": {},
"required": false,
"type": "RADIO_GROUP",
},
{
"conditionals": [
@@ -6736,11 +6738,11 @@
"label": {
"defaultMessage": "Urban or Rural",
"description": "This is the label for the field",
"id": "event.birth.action.declare.form.section.informant.field.address.urbanOrRural.label",
},
- "options": [
+ "optionValues": [
{
"label": {
"defaultMessage": "Urban",
"description": "Label for form field checkbox option Urban",
"id": "form.field.label.urban",
@@ -6754,10 +6756,11 @@
"id": "form.field.label.rural",
},
"value": "RURAL",
},
],
+ "options": {},
"required": false,
"type": "RADIO_GROUP",
},
{
"conditionals": [
@@ -10390,11 +10393,11 @@
"label": {
"defaultMessage": "Urban or Rural",
"description": "This is the label for the field",
"id": "event.birth.action.declare.form.section.mother.field.address.urbanOrRural.label",
},
- "options": [
+ "optionValues": [
{
"label": {
"defaultMessage": "Urban",
"description": "Label for form field checkbox option Urban",
"id": "form.field.label.urban",
@@ -10408,10 +10411,11 @@
"id": "form.field.label.rural",
},
"value": "RURAL",
},
],
+
|
test
Process completed with exit code 1.
|