During the full hermetic suite on dev-based connector work, ui/src/pages/OfficePage.spec.tsx test opens an exact Session inside the Harness that owns its Office failed after clicking office-desk-resume-grok: Testing Library could not find the 打开 Session button within its default wait.
Reproduction: run pnpm test under local build load. The final run had 768 passing files, one failing file; 6837 passed tests, one failure, three skips. The preceding full run passed this Office test, and an immediate isolated pnpm exec vitest run --project ui ui/src/pages/OfficePage.spec.tsx passed all 39 tests (13.52 seconds).
Suspected owner: Office desk selection/popover asynchronous presentation or test synchronization. This is not yet a confirmed product defect; inspect the event/selection transition rather than just increasing the timeout. The connector change does not touch Office UI. Deferred from that change to avoid conflating unrelated UI behavior with reply delivery.
During the full hermetic suite on dev-based connector work,
ui/src/pages/OfficePage.spec.tsxtestopens an exact Session inside the Harness that owns its Officefailed after clickingoffice-desk-resume-grok: Testing Library could not find the打开 Sessionbutton within its default wait.Reproduction: run
pnpm testunder local build load. The final run had 768 passing files, one failing file; 6837 passed tests, one failure, three skips. The preceding full run passed this Office test, and an immediate isolatedpnpm exec vitest run --project ui ui/src/pages/OfficePage.spec.tsxpassed all 39 tests (13.52 seconds).Suspected owner: Office desk selection/popover asynchronous presentation or test synchronization. This is not yet a confirmed product defect; inspect the event/selection transition rather than just increasing the timeout. The connector change does not touch Office UI. Deferred from that change to avoid conflating unrelated UI behavior with reply delivery.