🧪 Add missing nextTick call in BaseModal unit test to ensure proper DOM updates
This commit is contained in:
@@ -465,6 +465,7 @@ describe('BaseModal', () => {
|
||||
}
|
||||
});
|
||||
|
||||
await nextTick();
|
||||
await nextTick();
|
||||
expect(document.body.style.overflow).toBe('hidden');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user