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:
parent
034da6e136
commit
42b80215fd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user