Improve header titles in editing overlay

This commit is contained in:
Claudio Ortolina
2025-01-24 14:50:21 +00:00
parent a0c06606fb
commit 542702e351
7 changed files with 18 additions and 19 deletions
@@ -203,7 +203,7 @@ defmodule MusicLibraryWeb.CollectionLive.IndexTest do
conn
|> visit(~p"/collection")
|> click_link("#records-#{record.id} a", "Edit")
|> assert_has("h1", text: "Edit")
|> assert_has("h2", text: escape(record.title))
|> assert_path(~p"/collection/#{record}/edit")
end