test(import-window): fix window-project-label to import-window-project-label

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Saberlve 2026-04-15 16:13:16 +08:00
parent 034da6e136
commit 42b80215fd

View File

@ -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