mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Incorrect constraints error
commit_hash:5131a60b1d79784f9cdcd0d03379796d4a2ab5dc
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user