From d86efa44e19ff635f75af2774ff80986bb91e876 Mon Sep 17 00:00:00 2001 From: Kayshen-X Date: Wed, 8 Jul 2026 01:36:35 +0800 Subject: [PATCH] fix(ci): size overbold cleanup text fixture --- crates/op-orchestrator/src/cleanup_tests.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crates/op-orchestrator/src/cleanup_tests.rs b/crates/op-orchestrator/src/cleanup_tests.rs index 25ed976d8..eeb49c040 100644 --- a/crates/op-orchestrator/src/cleanup_tests.rs +++ b/crates/op-orchestrator/src/cleanup_tests.rs @@ -927,6 +927,8 @@ fn run_cleanup_passes_repairs_overbold_text_hierarchy() { "id": "title", "role": "heading", "content": "Popular Restaurants", + "width": 320, + "height": 40, "fontSize": 30, "fontWeight": 800 }, @@ -935,6 +937,8 @@ fn run_cleanup_passes_repairs_overbold_text_hierarchy() { "id": "subtitle", "role": "body-text", "content": "Fresh Brooklyn favorites, delivered fast.", + "width": 320, + "height": 22, "fontSize": 16, "fontWeight": 800 }, @@ -943,6 +947,8 @@ fn run_cleanup_passes_repairs_overbold_text_hierarchy() { "id": "placeholder", "name": "Placeholder", "content": "Search restaurants or dishes", + "width": 280, + "height": 24, "fontSize": 17, "fontWeight": 800 }, @@ -951,6 +957,8 @@ fn run_cleanup_passes_repairs_overbold_text_hierarchy() { "id": "metadata", "role": "caption", "content": "20-30 min", + "width": 100, + "height": 18, "fontSize": 14, "fontWeight": 800 }