From eca00fb14049e354eab0ed02a3636cc78dd3804e Mon Sep 17 00:00:00 2001 From: Nadine Kost Date: Tue, 17 Dec 2024 11:41:04 +0100 Subject: [PATCH] Small adjustments from code review RISDEV-5719 --- .../category-import/CategoryImport.vue | 9 ++- .../caselaw/documentUnit/[documentNumber].vue | 10 +-- .../test/e2e/caselaw/category-import.spec.ts | 61 ++++++++----------- 3 files changed, 34 insertions(+), 46 deletions(-) diff --git a/frontend/src/components/category-import/CategoryImport.vue b/frontend/src/components/category-import/CategoryImport.vue index 054c9eb84..24b55a3dd 100644 --- a/frontend/src/components/category-import/CategoryImport.vue +++ b/frontend/src/components/category-import/CategoryImport.vue @@ -19,8 +19,7 @@ const errorMessage = ref(undefined) /** * Loads the document unit to import category data from. - * Displays an error message, if no document unit could be found with - * the given document number could be found. + * Displays an error message, if no document unit could be found with the given document number. */ async function searchForDocumentUnit() { const response = await documentUnitService.getByDocumentNumber( @@ -39,7 +38,7 @@ async function searchForDocumentUnit() {