From d35ee5c38bb7334b9853ffe39477cb496ec14ea3 Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:08:51 -0700 Subject: [PATCH] test(settings): correct stale coverage note on the remote-scope test (#10733) Co-authored-by: Orca --- src/renderer/src/components/settings/AccountsPane.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/components/settings/AccountsPane.test.tsx b/src/renderer/src/components/settings/AccountsPane.test.tsx index d9b5cd182..59dd184ba 100644 --- a/src/renderer/src/components/settings/AccountsPane.test.tsx +++ b/src/renderer/src/components/settings/AccountsPane.test.tsx @@ -103,8 +103,8 @@ describe('AccountsPane', () => { it('scopes account copy to the active remote server and disables local sign-in actions', () => { // Note: static SSR markup reads the store's initial state (zustand v5), so - // this exercises the fallback server label; the named-server path is - // covered by live validation against a paired server. + // this exercises the pre-hydration path where no server name is known yet. + // The named-server label is covered in provider-account-scope.test.ts. const markup = renderPane( { ...getDefaultSettings('/tmp'),