This commit is contained in:
parent
4666c1995f
commit
593bdb17d4
6 changed files with 28 additions and 16 deletions
|
|
@ -66,7 +66,11 @@ int main(int argc, char** argv) {
|
|||
// The image file itself is Caddy's to serve (static asset), so its
|
||||
// presence is asserted against the repo, not this server.
|
||||
Check(std::filesystem::exists("images/fp6-pmos.jpg"), "product photo exists in the repo");
|
||||
srv.BodyHas("/shop/fp6-pmos", "not yet verified", "emergency-calling caveat is on the page");
|
||||
// 112 was verified against a live network on 2026-08-18, so the caveat
|
||||
// that used to sit above the spec sheet is gone from the served page and
|
||||
// must not creep back in.
|
||||
srv.BodyLacks("/shop/fp6-pmos", "not yet verified",
|
||||
"no unverified-emergency-calling caveat on the page");
|
||||
srv.BodyLacks("/shop", "reservation", "no reservation copy survives on /shop");
|
||||
srv.BodyLacks("/shop/fp6-pmos", "Reserve one", "no reservation form survives");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue