Commit initial

This commit is contained in:
2026-04-15 17:57:12 +02:00
parent 005d8e797e
commit 55516ee10f
269 changed files with 26854 additions and 0 deletions
@@ -0,0 +1,9 @@
## Deferred Items — Phase 11 UI Enhancements
### test_port_autofill[chromium] E2E failure (out of scope for 11-04)
**Discovered during:** Plan 11-04 final verification
**Status:** Pre-existing failure — verified present on commit 7b948b6 (before 11-04 changes)
**Root cause:** `tests/e2e/test_port_autofill.py` navigates to `/printers` and waits for `input[name='ip_address']`. Plan 11-01 separated the add-printer form to `/printers/new`, so the input no longer exists on `/printers`.
**Fix needed:** Update `test_port_autofill` to navigate to `/printers/new` instead of `/printers`.
**Files:** `tests/e2e/test_port_autofill.py`