user confirmation styled and working with tests

This commit is contained in:
Adam Piontek 2021-03-01 16:38:54 -05:00
parent ccb67ea3f2
commit 598773d678
4 changed files with 40 additions and 14 deletions
test/bones73k_web/controllers

View file

@ -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