From 12b5ca57509621fcf9ee593b7c406949429d906b Mon Sep 17 00:00:00 2001 From: grvwy Date: Tue, 20 May 2025 23:47:17 +0200 Subject: [PATCH] Updates Fixed "error Expected linebreaks to be 'LF' but found 'CRLF' " by running eslint --fix on them hence the change to @api-router.js UI updates to @Tagsmanager.vue writing multi-tag tests in @status-page.spec.js --- src/components/TagsManager.vue | 17 +++++------ test/e2e/specs/status-page.spec.js | 45 ++++++++++++++++++++++++++++-- 2 files changed, 51 insertions(+), 11 deletions(-) diff --git a/src/components/TagsManager.vue b/src/components/TagsManager.vue index b3546e571..ab881ce52 100644 --- a/src/components/TagsManager.vue +++ b/src/components/TagsManager.vue @@ -25,7 +25,7 @@