test(settings): correct stale coverage note on the remote-scope test (#10733)
Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
parent
b370dc0900
commit
d35ee5c38b
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue