mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix(web): keep session sidebar stable after selection (#1173)
This commit is contained in:
@@ -441,9 +441,9 @@ describe('expandSelectedSessionCollapseOverrides', () => {
|
||||
machineId: 'machine-1'
|
||||
})
|
||||
|
||||
expect(result.has('machine-1::/work/hapi')).toBe(false)
|
||||
expect(result.get('machine-1::/work/hapi')).toBe(false)
|
||||
expect(result.get('sessions::machine-1::/work/hapi')).toBe(true)
|
||||
expect(result.has('machine::machine-1')).toBe(false)
|
||||
expect(result.get('machine::machine-1')).toBe(false)
|
||||
})
|
||||
|
||||
it('leaves missing session preview override unset', () => {
|
||||
|
||||
Reference in New Issue
Block a user