import VnSelectDialog from 'src/components/common/VnSelectDialog.vue';
describe.skip('<VnSelectDialog />', () => {
it('TODO: boilerplate', () => {
// see: https://on.cypress.io/mounting-vue
cy.createWrapper(VnSelectDialog);
});