[object Object]

← back to build-pages

smoke: assert home renders fleet totals line

e8ee572c46d9e028a92a3ea96d50a4a081f8e653 · 2026-05-13 13:12:29 -0700 · SteveStudio2

Files touched

Diff

commit e8ee572c46d9e028a92a3ea96d50a4a081f8e653
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Wed May 13 13:12:29 2026 -0700

    smoke: assert home renders fleet totals line
---
 test/smoke.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/smoke.js b/test/smoke.js
index b436439..0e6cdca 100644
--- a/test/smoke.js
+++ b/test/smoke.js
@@ -76,6 +76,7 @@ function check(name, cond, hint = '') {
   check('home: 200',               r.status === 200);
   check('home: title',             /build-pages/.test(r.body));
   check('home: X-Content-Type-Options', (r.headers['x-content-type-options'] || '') === 'nosniff');
+  check('home: fleet totals',      /\d+ projects · \d+ commits · \d+ design-rationale ideas/.test(r.body));
 
   // 6. butlr project page renders + has commit count
   r = await fetch('/p/butlr');

← 822388f home: pull counts from shared bundle cache + show fleet tota  ·  back to build-pages  ·  seo: canonical + og:title/desc/url + twitter:card on every s 5c8c27d →