Pulse/manual-test-pbs.md
Pulse Monitor fdb18fb431 fix: PBS form contamination issue fully resolved (addresses #296)
Fixed the remaining contamination issue where PBS forms would retain PVE data
after canceling a PVE node addition. The form now properly resets when opening
the modal for adding a new node.

Two fixes were needed:
1. Set currentNodeType when editing any node (previous commit)
2. Clear form data when opening modal for new nodes (this commit)

Both issues reported by krom are now resolved:
- PBS forms no longer show PVE data
- Editing PBS nodes properly populates the form
2025-08-11 21:35:42 +00:00

1 KiB

Manual Test Steps for PBS Form Fix

Test Procedure

  1. Open http://192.168.0.123:7655 in browser
  2. Navigate to Settings → Nodes tab
  3. Click "Add PVE Node"
  4. Click "Add PBS Node"
    • CHECK: Form should be completely empty (no PVE data)
    • If form has any PVE data = FAIL
  5. Add a real PBS node:
  6. Edit the PBS node (click edit icon)
  7. Cancel and add a PVE node
  8. Edit the PVE node
    • CHECK: Form should show PVE data, not PBS data
    • If form shows PBS data = FAIL

Expected Results

  • PBS form never shows PVE data
  • PVE form never shows PBS data
  • Editing PBS node shows PBS data
  • Editing PVE node shows PVE data