Incorrect constraints error

commit_hash:5131a60b1d79784f9cdcd0d03379796d4a2ab5dc
This commit is contained in:
4eb0da
2025-09-18 11:54:28 +03:00
parent 06a3610f24
commit cdf89a9d30
6 changed files with 69 additions and 8 deletions
@@ -124,7 +124,29 @@
],
"platforms": [
"android"
]
],
"unsupported_platforms": {
"web": "Web error contains an object with the error properties"
}
},
{
"expected": [
{
"type": "error",
"value": "Element has incorrect width constraints (min size is bigger than max size)."
},
{
"type": "error",
"value": "Element has incorrect height constraints (min size is bigger than max size)."
}
],
"platforms": [
"web"
],
"unsupported_platforms": {
"android": "Web error contains an object with the error properties",
"ios": "Web error contains an object with the error properties"
}
}
]
}
@@ -1,7 +1,8 @@
{
"description": "Container with elements with incorrect size constraints",
"platforms": [
"android"
"android",
"web"
],
"templates": {
"test_container": {