From 56853bd0fa5f5a5f35577785e0e5ab37efdf6ed8 Mon Sep 17 00:00:00 2001 From: orlinmalkja <54899269+orlinmalkja@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:55:55 +0100 Subject: [PATCH 1/4] feat: add info message in Single Select Mode (#515) * feat: add info message in Single Select Mode * test: refine checking that no annotations list is displayed * test: rename the data-cy value of Message box * test: add the function checkNoAnnotationsAvailable() * chore: change text in i18n files --------- Co-authored-by: orlinmalkja --- src/components/MessageBox.vue | 2 +- .../annotations/variants/VariantsList.vue | 29 ++++++++++++++++--- src/i18n/de/index.js | 3 +- src/i18n/en/index.js | 3 +- tests/cypress/e2e/variants.cy.js | 7 ++--- 5 files changed, 32 insertions(+), 12 deletions(-) diff --git a/src/components/MessageBox.vue b/src/components/MessageBox.vue index a691d6fc..3a332096 100644 --- a/src/components/MessageBox.vue +++ b/src/components/MessageBox.vue @@ -1,5 +1,5 @@ @@ -28,13 +28,16 @@