fix: labels for custom fields in join requests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2026-05-06 11:05:28 +02:00
parent a6f6f402af
commit 0a7bbc7fa6
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
4 changed files with 88 additions and 12 deletions

View file

@ -159,7 +159,11 @@ defmodule MvWeb.JoinLiveTest do
{:ok, view, _html} = live(conn, "/join")
assert has_element?(view, "label[for='join-field-#{custom_field.id}'] .label-text", custom_field.name)
assert has_element?(
view,
"label[for='join-field-#{custom_field.id}'] .label-text",
custom_field.name
)
end
end