From 42b80215fd01b85df3081af260ff6feea37fb7c2 Mon Sep 17 00:00:00 2001 From: Saberlve Date: Wed, 15 Apr 2026 16:13:16 +0800 Subject: [PATCH] test(import-window): fix window-project-label to import-window-project-label Co-Authored-By: Claude Opus 4.6 --- tests/test_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ui.py b/tests/test_ui.py index ac21368..ff85c23 100644 --- a/tests/test_ui.py +++ b/tests/test_ui.py @@ -36,7 +36,7 @@ def test_index_contains_import_window_controls(tmp_path) -> None: assert 'id="window-close-button"' in html assert 'id="window-restore-button"' in html assert 'id="import-window-minimized-bar"' in html - assert 'id="window-project-label"' in html + assert 'id="import-window-project-label"' in html assert 'id="window-collection-tree"' in html assert 'id="window-collection-items"' in html assert 'id="window-selected-count"' in html