Update the test for the home page.
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-19 14:09:12 +02:00
parent ce0060ce73
commit ddd300625c
@@ -3,6 +3,6 @@ defmodule DecentralisedBookIndexWeb.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) =~ "Listing Books"
end
end