test: optimize single test and update docs
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
6efad280bd
commit
15d328afbf
5 changed files with 546 additions and 820 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue