feat(join): highlight auto-linked join-form links

This commit is contained in:
Simon 2026-06-03 12:16:53 +02:00
parent aced57d0fd
commit ee5ccbf7e9
3 changed files with 9 additions and 7 deletions

View file

@ -190,7 +190,9 @@ defmodule MvWeb.JoinLiveTest do
{:ok, _view, html} = live(conn, "/join")
assert html =~ ~s(<a href="https://example.com/dsgvo">Datenschutzerklärung</a>)
assert html =~
~s(<a href="https://example.com/dsgvo" class="link link-primary">Datenschutzerklärung</a>)
assert html =~ "Akzeptiere die"
end
end