Render artist bio in a left-side sheet

This commit is contained in:
Claudio Ortolina
2025-05-21 20:18:36 +01:00
parent 572b3bcd48
commit 80ca186ba8
5 changed files with 52 additions and 23 deletions
@@ -43,8 +43,7 @@ defmodule MusicLibraryWeb.ArtistLive.ShowTest do
|> visit(~p"/artists/#{artist_musicbrainz_id}")
|> unwrap(&render_async/1)
|> assert_has("span", text: "123")
|> assert_has("summary", text: "Biography")
|> assert_has("details")
|> assert_has("dt", text: "Biography")
end
test "it gracefully handles errors in fetching bio and play count", %{