#301: stop /settings scrolling horizontally at 320px #309
@ -620,6 +620,14 @@ jobs:
|
|||||||
E2E_BASE_URL=http://localhost:5173 \
|
E2E_BASE_URL=http://localhost:5173 \
|
||||||
pnpm --filter @dorfteich/web exec playwright test e2e/a11y.spec.ts
|
pnpm --filter @dorfteich/web exec playwright test e2e/a11y.spec.ts
|
||||||
|
|
||||||
|
# Das a11y-Pack kostet seit #301 einen Login mehr (der Reflow-Zaun);
|
||||||
|
# damit reicht das Budget nicht mehr bis in die VS-NfD-Packs → hier
|
||||||
|
# zusätzlich zurücksetzen (siehe Hinweis oben).
|
||||||
|
- name: Reset login rate limit before the VS-NfD packs
|
||||||
|
run: |
|
||||||
|
echo "DELETE FROM rate_limits WHERE key LIKE 'login%';" | \
|
||||||
|
pnpm --filter @dorfteich/api exec prisma db execute --stdin --url "$DATABASE_URL"
|
||||||
|
|
||||||
# VS-NfD-Markierungen im Modus `marked` (issue #244).
|
# VS-NfD-Markierungen im Modus `marked` (issue #244).
|
||||||
- name: Run VS-NfD marking pack
|
- name: Run VS-NfD marking pack
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user