feat(join): highlight auto-linked join-form links
This commit is contained in:
parent
aced57d0fd
commit
ee5ccbf7e9
3 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue