diff --git a/src/packages/__VUE/dialog/__tests__/index.spec.ts b/src/packages/__VUE/dialog/__tests__/index.spec.ts index 3ab5860d43..6d4a10bb60 100644 --- a/src/packages/__VUE/dialog/__tests__/index.spec.ts +++ b/src/packages/__VUE/dialog/__tests__/index.spec.ts @@ -63,7 +63,8 @@ test('Dialog: header slot', async () => { test('Dialog: closeOnClickOverlay', async () => { const wrapper1 = mount(Dialog, { props: { - visible: true + visible: true, + closeOnClickOverlay: true } }) const wrapper2 = mount(Dialog, {