fix: add ESC key support, security comment, and disable async tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
354029c9cc
commit
6d75766dba
3 changed files with 13 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue