[e2e] unifi.api.wifi.current-password (/api/unifi/wifi/current-password) #3

Closed
opened 2026-06-11 10:27:04 -07:00 by jwed · 4 comments
Owner

Automated e2e failure

Test: smoke/unifi.spec.js › superadmin › unifi.api.wifi.current-password (/api/unifi/wifi/current-password)
URL: /api/unifi/wifi/current-password
Spec: tests/smoke/unifi.spec.js:10
Status: failed · Duration: 766ms · First seen: 2026-06-11T17:27:04.742Z
Error:

Error: main response 503 for /api/unifi/wifi/current-password

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   503
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)" ```
--- _Filed automatically by `dashboard-e2e`. The marker below dedupes repeat reports — do not edit it._
### Automated e2e failure **Test:** smoke/unifi.spec.js › superadmin › unifi.api.wifi.current-password (/api/unifi/wifi/current-password) **URL:** `/api/unifi/wifi/current-password` **Spec:** `tests/smoke/unifi.spec.js:10` **Status:** failed · **Duration:** 766ms · **First seen:** 2026-06-11T17:27:04.742Z **Error:** ``` Error: main response 503 for /api/unifi/wifi/current-password expect(received).toBeLessThan(expected) Expected: < 500 Received: 503 ``` <details><summary>Reproduce locally</summary> ```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)" ``` </details> --- _Filed automatically by `dashboard-e2e`. The marker below dedupes repeat reports — do not edit it._ <!-- e2e-fingerprint: 6a77b449a14f -->
jwed added the e2e-failure label 2026-06-11 10:27:04 -07:00
Author
Owner

Still failing as of 2026-06-11T17:34:50.624Z.

Error: main response 503 for /api/unifi/wifi/current-password

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   503
Still failing as of `2026-06-11T17:34:50.624Z`. ``` Error: main response 503 for /api/unifi/wifi/current-password expect(received).toBeLessThan(expected) Expected: < 500 Received: 503 ```
Author
Owner

Still failing as of 2026-06-11T18:45:07.921Z.

Error: main response 503 for /api/unifi/wifi/current-password

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   503
Still failing as of `2026-06-11T18:45:07.921Z`. ``` Error: main response 503 for /api/unifi/wifi/current-password expect(received).toBeLessThan(expected) Expected: < 500 Received: 503 ```
Author
Owner

Still failing as of 2026-06-11T20:17:40.276Z.

Error: main response 503 for /api/unifi/wifi/current-password

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   503
Still failing as of `2026-06-11T20:17:40.276Z`. ``` Error: main response 503 for /api/unifi/wifi/current-password expect(received).toBeLessThan(expected) Expected: < 500 Received: 503 ```
Author
Owner

Not a page — harness false-positive. /api/unifi/wifi/current-password is a token-guarded JSON API for external callers; it returns 503 because the UniFi API feature is disabled on dev (Setting unifi.api.enabled is off) — correct behavior. Smoke now skips /api and non-HTML endpoints. Closing.

**Not a page — harness false-positive.** `/api/unifi/wifi/current-password` is a token-guarded JSON API for external callers; it returns 503 because the UniFi API feature is disabled on dev (`Setting unifi.api.enabled` is off) — correct behavior. Smoke now skips `/api` and non-HTML endpoints. Closing.
jwed closed this issue 2026-06-11 13:46:55 -07:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jwed/dashboard-unifi#3