RUN v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-22/apps/desktop ❯ @bb/desktop test/repro-1494-startup-error-view.test.ts (4 tests | 2 failed) 11ms × EXPECTED (fails on main): offers a Retry / Use This Mac control 3ms × EXPECTED (fails on main): names the server instead of the stack 5ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 2 ⎯⎯⎯⎯⎯⎯⎯ FAIL @bb/desktop test/repro-1494-startup-error-view.test.ts > #1494 startup error view for an unreachable saved server target > EXPECTED (fails on main): offers a Retry / Use This Mac control AssertionError: expected '\n\n\n bb

Could not open bb

Error: ERR_CONNECTION_REFUSED (-102) loading 'http://127.0.0.1:47771/' at rejectAndCleanup (node:electron/js2c/browser_init:2:89743) at WebContents.finishListener (node:electron/js2c/browser_init:2:89905) at WebContents.emit (node:events:509:28) Logs are under /tmp/x/logs/.

" ❯ test/repro-1494-startup-error-view.test.ts:59:18 57| 58| it("EXPECTED (fails on main): offers a Retry / Use This Mac control"… 59| expect(html).toMatch(/ #1494 startup error view for an unreachable saved server target > EXPECTED (fails on main): names the server instead of the stack AssertionError: expected '\n\n\n + + + + + + bb + + + + + +
+

Could not open bb

+

Error: ERR_CONNECTION_REFUSED (-102) loading 'http://127.0.0.1:47771/' + at rejectAndCleanup (node:electron/js2c/browser_init:2:89743) + at WebContents.finishListener (node:electron/js2c/browser_init:2:89905) + at WebContents.emit (node:events:509:28) Logs are under /tmp/x/logs/.

+ +
+ + + ❯ test/repro-1494-startup-error-view.test.ts:65:22 63| it("EXPECTED (fails on main): names the server instead of the stack"… 64| expect(html).toContain("127.0.0.1:47771"); 65| expect(html).not.toContain("rejectAndCleanup"); | ^ 66| }); 67| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/2]⎯ Test Files 1 failed (1) Tests 2 failed | 2 passed (4) Start at 07:43:53 Duration 445ms (transform 199ms, setup 0ms, import 335ms, tests 11ms, environment 0ms)