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.
This commit is contained in:
parent
1c557bb98a
commit
3c408684ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue