From 670c0891254403b06c3c1d6c6d1143b00559becd Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 4 Dec 2024 08:37:17 +0100 Subject: [PATCH] refactor: refs #8219 modified e2e tests and fixed some translations --- src/pages/Department/Card/DepartmentDescriptor.vue | 6 +++++- src/pages/Department/Card/DepartmentSummary.vue | 2 +- src/pages/Ticket/TicketList.vue | 1 + .../integration/invoiceOut/invoiceOutList.spec.js | 11 +++++++---- .../invoiceOut/invoiceOutMakeInvoice.spec.js | 8 ++------ .../integration/invoiceOut/invoiceOutSummary.spec.js | 4 ++-- .../integration/invoiceOut/invvoiceOutGlobal.spec.js | 12 +++++------- 7 files changed, 23 insertions(+), 21 deletions(-) diff --git a/src/pages/Department/Card/DepartmentDescriptor.vue b/src/pages/Department/Card/DepartmentDescriptor.vue index 39b8d54b5..e08495faf 100644 --- a/src/pages/Department/Card/DepartmentDescriptor.vue +++ b/src/pages/Department/Card/DepartmentDescriptor.vue @@ -83,7 +83,11 @@ const { openConfirmationModal } = useVnConfirm();