basics being displayed
This commit is contained in:
@@ -9,6 +9,7 @@ defmodule CobblemonUiWeb.ErrorHTMLTest do
|
||||
end
|
||||
|
||||
test "renders 500.html" do
|
||||
assert render_to_string(CobblemonUiWeb.ErrorHTML, "500", "html", []) == "Internal Server Error"
|
||||
assert render_to_string(CobblemonUiWeb.ErrorHTML, "500", "html", []) ==
|
||||
"Internal Server Error"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -3,6 +3,6 @@ defmodule CobblemonUiWeb.PageControllerTest do
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, ~p"/")
|
||||
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
|
||||
assert html_response(conn, 200) =~ "Cobblemon"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user