This commit is contained in:
@@ -47,6 +47,11 @@ describe('mobile add task interaction', () => {
|
||||
})
|
||||
|
||||
describe('desktop sidebar collapse & folder scrollbar', () => {
|
||||
it('keeps overlay scrims out of the desktop grid layout', () => {
|
||||
expect(css).toContain('.scrim{display:none}')
|
||||
expect(css).toContain('.scrim{position:fixed;z-index:35;')
|
||||
})
|
||||
|
||||
it('lets the top menu collapse the desktop sidebar', () => {
|
||||
expect(app).toContain('sidebar-collapsed')
|
||||
expect(app).toContain('toggleSidebar')
|
||||
|
||||
Reference in New Issue
Block a user