TP-00000 | added toastMock (#59)

This commit is contained in:
Shubhanjay Varma
2023-05-16 20:13:19 +05:30
committed by GitHub Enterprise
parent adbb11cc3e
commit cf1e812e4b

View File

@@ -7378,5 +7378,19 @@
"selectedRawValue": "24"
}
}
},
"toastMock": {
"parentComposeView": [
{
"property": {
"viewType": "Toast",
"width": "WRAP_CONTENT",
"height": "WRAP_CONTENT",
"message": "Please select different Loan amount",
"duration": "LENGTH_LONG",
"visible": true
}
}
]
}
}