[e2e] unifi.wan.status (/app/network/wan-status) #1
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.wan.status (/app/network/wan-status)
URL:
/app/network/wan-statusSpec:
tests/smoke/unifi.spec.js:10Status: failed · Duration: 1040ms · First seen: 2026-06-11T17:27:04.526Z
Error:
Reproduce locally
```bash # from the dashboard-e2e repo npx playwright test tests/smoke/unifi.spec.js -g "unifi.wan.status (/app/network/wan-status)" ```Still failing as of
2026-06-11T17:34:50.467Z.Still failing as of
2026-06-11T18:45:07.747Z.Still failing as of
2026-06-11T20:17:40.111Z.Not a page — harness false-positive.
/app/network/wan-statusis a JSON data feed for the network dashboard. It returns 500 here only because this dev environment can't reach the UniFi controller (wanStatusalready catches the upstream failure and returns 500 by design). Smoke now skips non-HTML/data endpoints. Closing. (If you'd like the widget to degrade to a 200 'unavailable' state when UniFi is unreachable, that's a quick separate enhancement — just say the word.)