fix shopfront pin for the shortened donate button
All checks were successful
Deploy / build-deploy (push) Successful in 3m33s
All checks were successful
Deploy / build-deploy (push) Successful in 3m33s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
c9c8e9ace8
commit
4c49000d46
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ int main(int argc, char** argv) {
|
|||
srv.BodyHas("/shop", "/shop/donation", "shop grid lists the donation item");
|
||||
srv.BodyHas("/shop", "any amount", "donation card quotes no price");
|
||||
srv.BodyHas("/shop/donation", "name=\"amount\"", "donation form asks for an amount");
|
||||
srv.BodyHas("/shop/donation", "Donate continue to payment",
|
||||
srv.BodyHas("/shop/donation", ">Donate</button>",
|
||||
"donation form submits to payment");
|
||||
srv.BodyLacks("/shop/donation", "name=\"street\"",
|
||||
"donation form asks no address — nothing ships");
|
||||
|
|
|
|||
Loading…
Reference in a new issue