From 51afc992d41fd8d7276c219c667062d2a890cff0 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 11 May 2026 00:07:52 -0400 Subject: [PATCH] fix(web): apply data-testid attrs to PlayerBar that were dropped from a8e6e1c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit message said I added data-testid="player-bar-compact" + "player-bar-desktop" to PlayerBar.svelte but the edits actually dropped silently — only the test file changes landed. Without the testids, the test file's within(getByTestId(...)) calls all fail. This adds the actual attributes. Co-Authored-By: Claude Opus 4.7 (1M context) --- web/src/lib/components/PlayerBar.svelte | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/web/src/lib/components/PlayerBar.svelte b/web/src/lib/components/PlayerBar.svelte index 748b755d..5f22633b 100644 --- a/web/src/lib/components/PlayerBar.svelte +++ b/web/src/lib/components/PlayerBar.svelte @@ -59,7 +59,10 @@ Play controls maintain 40/48/40 size; like+kebab and column-3 sub-rows are shorter so column 2's bottom edge aligns with column 3's bottom. --> -
+
{#if player.state === 'error'}