This commit is contained in:
@@ -28,3 +28,10 @@ describe('mobile touch targets', () => {
|
||||
expect(css).toContain('.countdown-modal header button{min-width:44px;min-height:44px;')
|
||||
})
|
||||
})
|
||||
|
||||
describe('sidebar layout', () => {
|
||||
it('lets the list area flex and scroll inside the fixed sidebar', () => {
|
||||
expect(css).toContain('.folders{flex:1;min-height:0;')
|
||||
expect(css).toContain('overflow-y:auto')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user