Sidebar position exist test removed for vitest issue

pull/3518/head^2
Bahadır Sofuoğlu 2023-01-10 13:45:59 +03:00
parent 918cddb952
commit fd35b618e5
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ describe('Sidebar.vue', () => {
it('When component is mounted, sidebar should be exist', () => { it('When component is mounted, sidebar should be exist', () => {
expect(wrapper.find('.p-sidebar.p-component').exists()).toBe(true); expect(wrapper.find('.p-sidebar.p-component').exists()).toBe(true);
expect(wrapper.find('.p-sidebar-mask').classes()).toContain('p-sidebar-left');
}); });
it('When mask element triggered, sidebar should be hide', async () => { it('When mask element triggered, sidebar should be hide', async () => {