Files
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

103 lines
2.2 KiB
JSON

{
"description": "Patch grid",
"platforms": [
"android",
"web"
],
"div_data": {
"templates": {
"alert_card": {
"type": "container",
"height": {
"type": "fixed",
"unit": "sp",
"value": 76
},
"width": {
"type": "match_parent",
"weight": 1
},
"background": [
{
"color": "#FFFFFF",
"type": "solid"
}
],
"border": {
"corner_radius": 6,
"stroke": {
"color": "#E5E5E5"
}
},
"orientation": "horizontal",
"items": [
{
"type": "text",
"max_lines": 3,
"font_size": 14,
"line_height": 18,
"margins": {
"top": 9,
"left": 8
},
"font_weight": "medium",
"$text": "alert_text"
}
]
}
},
"card": {
"log_id": "alerts_gallerty",
"states": [
{
"state_id": 0,
"div": {
"type": "grid",
"column_count": 2,
"width": {
"type": "match_parent"
},
"items": [
{
"type": "alert_card",
"id": "item1",
"alert_text": "1 item"
},
{
"type": "alert_card",
"id": "item2",
"alert_text": "2 item"
},
{
"type": "alert_card",
"id": "item3",
"alert_text": "3 item"
},
{
"type": "alert_card",
"id": "item4",
"alert_text": "4 item"
}
]
}
}
]
}
},
"steps": [
{
"expected_screenshot": "step0.png"
},
{
"div_actions": [
{
"log_id": "download patch",
"url": "div-action://download?url=https%3A%2F%2Fyastatic.net%2Fs3%2Fhome%2Fdivkit%2Fpartial-patch.json"
}
],
"delay": 2000,
"expected_screenshot": "step1.png"
}
]
}