feat: unify page titles
This commit is contained in:
parent
e8ec620d57
commit
c933144920
37 changed files with 309 additions and 200 deletions
|
|
@ -38,7 +38,10 @@ defmodule MvWeb.JoinLiveEmailFailureTest do
|
|||
|> render_submit()
|
||||
|
||||
html = render(view)
|
||||
assert html =~ "could not send" or html =~ "confirmation email"
|
||||
# Error message is translated; accept English or German wording
|
||||
assert html =~ "could not send" or html =~ "confirmation email" or
|
||||
html =~ "konnte nicht" or html =~ "Bestätigungs-E-Mail"
|
||||
|
||||
refute view |> element("[data-testid='join-success-message']") |> has_element?()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue