defmodule NullaWeb.PageControllerTest do use NullaWeb.ConnCase test "GET /", %{conn: conn} do conn = get(conn, ~p"/") assert String.length(html_response(conn, 200)) > 0 end end