This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
defmodule ElixirAiWeb.PageControllerTest do
|
||||
use ElixirAiWeb.ConnCase
|
||||
|
||||
# homepage need db to test
|
||||
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) =~ "Conversations"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user