···3344 test "GET /", %{conn: conn} do
55 conn = get(conn, ~p"/")
66- assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
66+ response = html_response(conn, 200)
77+ assert response =~ "Statusphere"
88+ assert response =~ "Set your status on the Atmosphere"
99+ assert response =~ "Log in"
1010+ assert response =~ "to set your status!"
711 end
812end