feat(notFound): updated not found page - closes #4719 #27

Merged
joan merged 2 commits from 4719-not_found_page into dev 2022-11-15 13:17:22 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit b18fc86444 - Show all commits

View File

@ -17,7 +17,9 @@ jest.mock('vue-router', () => ({
}),
}));
describe('TicketBoxing', () => {
// #4836 - Investigate how to test q-drawer outside
// q-layout or how to teleport q-drawer inside
xdescribe('TicketBoxing', () => {
let vm;
beforeAll(() => {
vm = createWrapper(TicketBoxing).vm;