test: optimize single test and update docs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2026-01-28 13:33:39 +01:00
parent 6efad280bd
commit 15d328afbf
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
5 changed files with 546 additions and 820 deletions

View file

@ -56,7 +56,9 @@ defmodule MvWeb.MemberLive.IndexMemberFieldsDisplayTest do
})
conn = conn_with_oidc_user(conn)
{:ok, _view, html} = live(conn, "/members")
# Use search query to filter to only the expected member (Alice)
# This significantly improves test performance by avoiding loading all members from other tests
{:ok, _view, html} = live(conn, "/members?query=Alice")
assert html =~ "Email"
assert html =~ m.email