From 3cdcf007c57ea879cd10aaa0d7a64c08385b4f75 Mon Sep 17 00:00:00 2001 From: Nico Schedel Date: Thu, 20 Oct 2022 12:19:48 +0200 Subject: [PATCH] MT#55492 add data-cy for dashboard links to other pages Change-Id: I7c75d463a65bebf4ab715abc10656433f246ccab --- src/pages/CscPageDashboard.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/CscPageDashboard.vue b/src/pages/CscPageDashboard.vue index 72a4f145..7361ab91 100644 --- a/src/pages/CscPageDashboard.vue +++ b/src/pages/CscPageDashboard.vue @@ -13,6 +13,7 @@ :loading="$wait.is('getVoicemailsData')" :no-items-message="$t('No messages')" :error="voicemailsError" + data-cy="dashboard-view-voicebox" @action="downloadVoicemail" />