Creates a folder via the inline new-folder dialog's Enter-keydown submit path, then deletes it via the inline delete-confirm dialog. Each step asserts disk + tree state. The Enter path is the direct-bound listener (not delegated), so it's the most likely to break under future refactors — pinning it here surfaces such regressions immediately. Row-action buttons (`✕`) live inside `<li draggable="true">` — the draggable ancestor confuses Playwright's hit-test even though real browsers click through fine. The click uses force=True to skip the hit-test (documented inline). Per docs/superpowers/plans/2026-05-17-files-overlay-e2e-handoff.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_editor.py | ||
| test_files_overlay.py | ||
| test_smoke.py | ||