WIP: #7220 - Component Unit Cypress Test #296
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import CrudModel from 'src/components/CrudModel.vue';
|
||||
|
||||
describe.skip('<CrudModel />', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import EditPictureForm from 'src/components/EditPictureForm.vue';
|
||||
|
||||
describe.skip('<EditPictureForm />', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import EditTableCellValueForm from 'src/components/EditTableCellValueForm.vue';
|
||||
|
||||
describe.skip('<EditTableCellValueForm />', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import axios from 'axios';
|
||||
import FetchData from 'src/components/FetchData.vue';
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import FilterItemForm from 'src/components/FilterItemForm.vue';
|
||||
|
||||
describe.skip('<FilterItemForm />', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import FilterTravelForm from 'src/components/FilterTravelForm.vue';
|
||||
|
||||
describe.skip('<FilterTravelForm />', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import { Notify } from 'quasar';
|
||||
import FormModel from 'src/components/FormModel.vue';
|
||||
import { useState } from 'src/composables/useState';
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import FormModelPopup from 'src/components/FormModelPopup.vue';
|
||||
|
||||
describe.skip('<FormModelPopup />', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import LeftMenu from 'src/components/LeftMenu.vue';
|
||||
|
||||
describe.skip('<LeftMenu />', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import LeftMenuItem from 'src/components/LeftMenuItem.vue';
|
||||
|
||||
describe.skip('<LeftMenuItem />', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import LeftMenuItemGroup from 'src/components/LeftMenuItemGroup.vue';
|
||||
|
||||
describe.skip('<LeftMenuItemGroup />', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference types="cypress" />
|
||||
import NavBar from 'src/components/NavBar.vue';
|
||||
|
||||
describe.skip('<NavBar />', () => {
|
||||
|
|
Loading…
Reference in New Issue