test: add tests for smtp mailer config
This commit is contained in:
parent
f53a3ce3cc
commit
c4135308e6
9 changed files with 440 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ defmodule MvWeb.JoinLiveTest do
|
|||
test "submit with valid allowlist data creates one JoinRequest and shows success copy", %{
|
||||
conn: conn
|
||||
} do
|
||||
# Re-apply allowlist so this test is robust when run in parallel with others (Settings singleton).
|
||||
enable_join_form_for_test(%{})
|
||||
count_before = count_join_requests()
|
||||
{:ok, view, _html} = live(conn, "/join")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue