WIP: #7220 - Component Unit Cypress Test #296

Draft
jsegarra wants to merge 33 commits from 7220_cypressUnitTest into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 215746036e - Show all commits

View File

@ -3,7 +3,7 @@ import FormModel from 'src/components/FormModel.vue';
import { useState } from 'src/composables/useState'; import { useState } from 'src/composables/useState';
import { useStateStore } from 'src/stores/useStateStore'; import { useStateStore } from 'src/stores/useStateStore';
describe.skip('<FormModel />', () => { describe('<FormModel />', () => {
let piniaOptions = null; let piniaOptions = null;
let saveSpy, notifySpy, component, wrapper; let saveSpy, notifySpy, component, wrapper;
beforeEach(() => { beforeEach(() => {