mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
816d55e03d
The discovery-config surface changed: with discovery disabled by default the empty state offers a 'Configure discovery' button (which opens the Discovery settings dialog), and the 'Run discovery' scan button only renders once discovery is enabled. - Landing test: assert 'Configure discovery' and that 'Run discovery' is absent, instead of the stale 'Run discovery' / 'Discovery settings' button names. - Discovery settings dialog test: open it via 'Configure discovery' (the dialog title/copy/close-button assertions were already current). - Explicit discovery scan test: enable discovery for that test by passing the real /api/system/settings response through with discoveryEnabled flipped on, so the 'Run discovery' scan button appears and the candidate->review flow runs. Verified: all 5 desktop tests pass against the managed local backend. Contract-Neutral: E2E quarantine recovery