Refactor #3832 Refactor #3833 - For DataViewLayoutOptions

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-07 09:47:10 +03:00
parent dbf14c217d
commit 30beabe7b8
4 changed files with 48 additions and 6 deletions

View file

@ -23,7 +23,6 @@ describe('DataViewLayoutOptions.vue', () => {
});
expect(wrapper.find('.p-dataview-layout-options').exists()).toBe(true);
expect(wrapper.find('.p-highlight > .pi-th-large').exists()).toBe(true);
wrapper.vm.$emit('update:modelValue', 'list');