[e2e] unifi.api.wifi.current-password (/api/unifi/wifi/current-password) #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated e2e failure
Test: smoke/unifi.spec.js › superadmin › unifi.api.wifi.current-password (/api/unifi/wifi/current-password)
URL:
/api/unifi/wifi/current-passwordSpec:
tests/smoke/unifi.spec.js:10Status: failed · Duration: 766ms · First seen: 2026-06-11T17:27:04.742Z
Error:
Reproduce locally
```bash # from the dashboard-e2e repo npx playwright test tests/smoke/unifi.spec.js -g "unifi.api.wifi.current-password (/api/unifi/wifi/current-password)" ```Still failing as of
2026-06-11T17:34:50.624Z.Still failing as of
2026-06-11T18:45:07.921Z.Still failing as of
2026-06-11T20:17:40.276Z.Not a page — harness false-positive.
/api/unifi/wifi/current-passwordis a token-guarded JSON API for external callers; it returns 503 because the UniFi API feature is disabled on dev (Setting unifi.api.enabledis off) — correct behavior. Smoke now skips/apiand non-HTML endpoints. Closing.