Files
music_library/backlog/completed/ml-182.2 - Wave-2-Convert-page_title-1-tests-in-release_group_show-and-release_show.md
T
Claudio Ortolina 0881971635 Backlog cleanup
2026-05-19 09:48:55 +01:00

739 B

id, title, status, assignee, created_date, labels, dependencies, modified_files, parent_task_id, priority, ordinal
id title status assignee created_date labels dependencies modified_files parent_task_id priority ordinal
ML-182.2 Wave 2: Convert page_title/1 tests in release_group_show and release_show Done
2026-05-14 22:14
testing
refactoring
test/music_library_web/live/scrobble_live/release_group_show_test.exs
test/music_library_web/live/scrobble_live/release_show_test.exs
ML-182 medium 12000

Description

Replace Phoenix.LiveViewTest.live/2 + render_async/1 + page_title/1 with visit/2 + assert_has("title", text: "..."). Keep unwrap(&render_async/1) where needed for async data loading (auto-imported by ConnCase).