Fix dl accessibility violations on stats dashboard

This commit is contained in:
Claudio Ortolina
2026-04-15 14:16:24 +01:00
parent 4194fb8b6d
commit 851cb36858
3 changed files with 10 additions and 12 deletions
@@ -68,7 +68,7 @@ defmodule MusicLibraryWeb.StatsLive.IndexTest do
test "shows the wishlist total count", %{conn: conn, wishlist: wishlist} do
conn
|> visit("/")
|> assert_has("dd", wishlist |> length() |> Integer.to_string())
|> assert_has("a", wishlist |> length() |> Integer.to_string())
end
test "displays records for the current date in the 'On This Day' section", %{