fix: add ESC key support, security comment, and disable async tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-12-02 14:42:03 +01:00
parent 354029c9cc
commit 6d75766dba
Signed by: moritz
GPG key ID: 1020A035E5DD0824
3 changed files with 13 additions and 3 deletions

View file

@ -8,7 +8,8 @@ defmodule MvWeb.Components.PaymentFilterComponentTest do
- ARIA attributes for accessibility
- Dropdown open/close behavior
"""
use MvWeb.ConnCase, async: true
# async: false to prevent PostgreSQL deadlocks when running LiveView tests against DB
use MvWeb.ConnCase, async: false
import Phoenix.LiveViewTest