https://toolkit-tests.pages.dev/smoke/blank-white-screen.html
A shallow check of the handful of things that must never break, run across every
domain at once. It is deliberately cheap — one request per page, no browser — because the
value is in running it often, not in going deep. Depth is what page-audit-all-in-one and
site-audit-all-in-one are for. The nav is checked for existing with links in it, not for opening;
opening a menu needs a real browser per domain and would cost this its frequency.
| Verdict | Domain | Home | Findings |
|---|---|---|---|
| FAIL | toolkit-tests.pages.dev | 56ms | the home page returned HTTP 200 but rendered only 1 characters of text — effectively blank no <nav> or role="navigation" on the home page — the primary menu may be gone no tel: link on the home page no form or booking widget in the delivered HTML — this check does not run JS, so a script-injected form would not be seen |
wiki disabled (--no-wiki)
Critical-path smoke test · critical-path-smoke-test
verdict: FAIL
captured: 2026-08-31T12:11:55.166Z
1 domain(s) · 1 FAIL · 0 REVIEW · 0 BLOCKED · 0 PASS
FAIL toolkit-tests.pages.dev 56ms
[error] the home page returned HTTP 200 but rendered only 1 characters of text — effectively blank
[warn] no <nav> or role="navigation" on the home page — the primary menu may be gone
[warn] no tel: link on the home page
[warn] no form or booking widget in the delivered HTML — this check does not run JS, so a script-injected form would not be seen
SMOKE-SWEEP PLAYBOOK
wiki disabled (--no-wiki)