fix: 2026-06-04 audit pass — README, USB pack, multi-area fixes
WS ticket dashboard auth, builder universal signing/size limits/fusion obfuscation/dropper bundles, Path Tracer WireGuard topology, SessionGate degraded mode and download timeouts, server bootstrap (data dir, cloudflared dedupe, config port precedence), agent mesh/miner/spread fixes. README refreshed; usb bundle repacked; PROBLEMS.md audit log updated.
This commit is contained in:
@@ -123,12 +123,12 @@ describe('DashboardPage', () => {
|
||||
expect(await screen.findByText('No miners on the wire')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
it('shows projection charts and wealth strip with no agents', async () => {
|
||||
it('does not show projection or fake earnings with no agents', async () => {
|
||||
renderDashboard();
|
||||
expect(await screen.findByText(/Projection mode/i)).toBeInTheDocument();
|
||||
expect(await screen.findByText('Fleet Hashrate Wave')).toBeInTheDocument();
|
||||
expect(await screen.findByText('Accept Rate Pulse')).toBeInTheDocument();
|
||||
expect(await screen.findByText('Target Fleet Earnings')).toBeInTheDocument();
|
||||
expect(await screen.findByText('Command Deck')).toBeInTheDocument();
|
||||
expect(screen.queryByText(/Projection mode/i)).not.toBeInTheDocument();
|
||||
expect(screen.queryByText('Target Fleet Earnings')).not.toBeInTheDocument();
|
||||
expect(screen.queryByText('Vault-01')).not.toBeInTheDocument();
|
||||
});
|
||||
|
||||
it('renders stat labels and top agent card', async () => {
|
||||
|
||||
Reference in New Issue
Block a user