test(desktop): rename panes test to describe its behavior
when the desktop app was first build, this was intentionally meant to not save, but later it was added as a feature, and the test never updated.fix/verification-admin-route-recovery
parent
1c557bb98a
commit
3c408684ea
|
|
@ -97,7 +97,7 @@ describe('panes store', () => {
|
|||
expect(getPaneStateSnapshot('files')?.widthOverride).toBeUndefined()
|
||||
})
|
||||
|
||||
it('width override is in-memory only — not persisted across reloads', () => {
|
||||
it('width override is NOT in-memory only, and is persisted across reloads', () => {
|
||||
ensurePaneRegistered('files', { open: true })
|
||||
setPaneWidthOverride('files', 300)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue