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