From 961c539cfdfb6dc605aa5697d1cded9194b7ae97 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sun, 19 Jul 2026 05:06:59 -0400 Subject: [PATCH 1/2] fix(facts): normalize vibration axis shortDesc casing --- src/Vehicle/FactGroups/VibrationFact.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Vehicle/FactGroups/VibrationFact.json b/src/Vehicle/FactGroups/VibrationFact.json index d2649b0e4874..91370dc4be5a 100644 --- a/src/Vehicle/FactGroups/VibrationFact.json +++ b/src/Vehicle/FactGroups/VibrationFact.json @@ -5,19 +5,19 @@ [ { "name": "xAxis", - "shortDesc": "Vibe xAxis", + "shortDesc": "Vibe X", "type": "double", "decimalPlaces": 1 }, { "name": "yAxis", - "shortDesc": "Vibe yAxis", + "shortDesc": "Vibe Y", "type": "double", "decimalPlaces": 1 }, { "name": "zAxis", - "shortDesc": "Vibe zAxis", + "shortDesc": "Vibe Z", "type": "double", "decimalPlaces": 1 }, From 6a0e7a001220b302287fb2aeee5345325a2b7e03 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sun, 19 Jul 2026 07:31:48 -0400 Subject: [PATCH 2/2] ci: retrigger (unrelated flaky PlanViewLayerUITest)