10 lines
636 B
Markdown
10 lines
636 B
Markdown
## 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`
|