feat: make PDF QR codes clickable
Check card layouts / check (push) Has been cancelled

This commit is contained in:
2026-07-19 18:04:13 +02:00
parent 36d8dae1fc
commit 111041672e
2 changed files with 14 additions and 4 deletions
+2
View File
@@ -154,6 +154,8 @@ def check_render() -> None:
raise AssertionError(f"brak adresu nagłówka {expected_url!r}")
if tex.count(r"\qrcode[level=L,height=22mm]") < 2:
raise AssertionError("TeX nie zawiera obu kodów QR nagłówka")
if tex.count(r"}{\qrcode[level=L,height=22mm]") < 2:
raise AssertionError("oba kody QR PDF muszą być aktywnymi hiperłączami")
for marker in ("resource-qr-repository", "resource-qr-page"):
if marker not in html:
raise AssertionError(f"HTML nie zawiera komórki {marker!r}")