Files
avmushtukov 63a3576968 patch tests
commit_hash:a2e59a06fbd29a8dc1a325d005eec22ba4856201
2024-12-25 13:07:44 +03:00

100 lines
2.1 KiB
JSON

{
"description": "Patch gallery",
"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_gallery",
"states": [
{
"state_id": 0,
"div": {
"type": "gallery",
"orientation": "vertical",
"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"
}
]
}