fix: labels for custom fields in join requests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a6f6f402af
commit
0a7bbc7fa6
4 changed files with 88 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue