[object Object]

← back to build-pages

smoke: track 'last 24h' line instead of removed 'velocity:' label

7aefa06500eb0943cbc80c7092b4260a3ddba7fe · 2026-05-13 20:43:02 -0700 · SteveStudio2

Files touched

Diff

commit 7aefa06500eb0943cbc80c7092b4260a3ddba7fe
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Wed May 13 20:43:02 2026 -0700

    smoke: track 'last 24h' line instead of removed 'velocity:' label
---
 test/smoke.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/smoke.js b/test/smoke.js
index 2725297..4318bdd 100644
--- a/test/smoke.js
+++ b/test/smoke.js
@@ -96,7 +96,7 @@ function check(name, cond, hint = '') {
   check('home: recent rail',       /Recent across the fleet/.test(r.body));
   check('home: theme-color',       /name="theme-color"/.test(r.body));
   check('home: top skills rail',   /Top skills \+ agents/.test(r.body));
-  check('home: velocity line',     /velocity: <strong>\d+<\/strong>/.test(r.body));
+  check('home: velocity line',     /last 24h: <strong>\d+<\/strong>/.test(r.body));
   check('home: load badge',        /class="bp-load (bp-load-ok|bp-load-warn|bp-load-hot)"/.test(r.body));
   check('home: 7-day sparkline',   /class="bp-spark"/.test(r.body));
   check('home: deepest rationale rail', /Deepest rationale/.test(r.body));

← ca0922f home: today vs yesterday side-by-side counts (Steve's PT cal  ·  back to build-pages  ·  home: trend delta arrow (↑/↓/—) between today and yesterday 83730dd →