Update OverlayPanel.spec.js

pull/2337/head
Tuğçe Küçükoğlu 2022-03-18 16:40:46 +03:00
parent af16490a30
commit b030d28b37
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ describe('OverlayPanel.vue', () => {
expect(wrapper.find('.p-overlaypanel-content').text()).toBe('PrimeVue');
expect(wrapper.find('.p-overlaypanel-close').exists()).toBe(true);
expect(wrapper.find('.p-overlaypanel-close').attributes()['aria-label']).toBe('exit');
console.log(wrapper.html())
});
it('should toggle itself', async () => {