user confirmation styled and working with tests
This commit is contained in:
parent
ccb67ea3f2
commit
598773d678
4 changed files with 40 additions and 14 deletions
test/bones73k_web/controllers
|
@ -13,7 +13,7 @@ defmodule Bones73kWeb.UserConfirmationControllerTest do
|
|||
test "renders the confirmation page", %{conn: conn} do
|
||||
conn = get(conn, Routes.user_confirmation_path(conn, :new))
|
||||
response = html_response(conn, 200)
|
||||
assert response =~ "<h1>Resend confirmation instructions</h1>"
|
||||
assert response =~ "Resend confirmation instructions\n </h3>"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue