🧪 Add missing nextTick call in BaseModal unit test to ensure proper DOM updates

This commit is contained in:
2026-01-28 22:25:15 +00:00
parent 61fe7c6594
commit bf38a226fc

View File

@@ -465,6 +465,7 @@ describe('BaseModal', () => {
}
});
await nextTick();
await nextTick();
expect(document.body.style.overflow).toBe('hidden');