Remove track count from scrobbled tracks list

This commit is contained in:
Claudio Ortolina
2025-09-17 09:07:29 +03:00
parent fa1a8bee54
commit e7c2b92a3b
4 changed files with 2 additions and 27 deletions
@@ -45,14 +45,6 @@ defmodule MusicLibraryWeb.ScrobbledTracksLiveTest do
assert html =~ "No scrobbled tracks found"
end
test "displays track count", %{conn: conn} do
create_test_tracks(3)
{:ok, _index_live, html} = live(conn, ~p"/scrobbled-tracks")
assert html =~ ~r/\d+ tracks?/
end
end
describe "Search functionality" do