Some checks failed
CI / Unit & Component Tests (pull_request) Failing after 3m54s
CI / OCR Service Tests (pull_request) Successful in 32s
CI / Backend Unit Tests (pull_request) Failing after 3m18s
CI / Unit & Component Tests (push) Failing after 3m51s
CI / OCR Service Tests (push) Successful in 47s
CI / Backend Unit Tests (push) Failing after 3m19s
The Playwright CDP click latency occasionally pushed past vi.waitFor's 1000ms deadline, making the "opens a confirm dialog" test flaky. Switched to btn.dispatchEvent(new MouseEvent(...)) — the same synchronous in-browser pattern already used in GeschichteEditor.svelte.spec.ts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>