MT#55492 add data-cy for dashboard links to other pages

Change-Id: I7c75d463a65bebf4ab715abc10656433f246ccab
pull/17/head
Nico Schedel 3 years ago
parent af558c2966
commit 3cdcf007c5

@ -13,6 +13,7 @@
:loading="$wait.is('getVoicemailsData')"
:no-items-message="$t('No messages')"
:error="voicemailsError"
data-cy="dashboard-view-voicebox"
@action="downloadVoicemail"
/>
<csc-card-dashboard
@ -25,6 +26,7 @@
:no-items-message="$t('No calls')"
:loading="$wait.is('getCallsData')"
:error="callsError"
data-cy="dashboard-view-calllist"
/>
<csc-card-dashboard
:title="$t('Registered Devices')"
@ -36,6 +38,7 @@
:no-items-message="$t('No devices registered')"
:loading="$wait.is('getRegisteredDevicesData')"
:error="registeredDevicesError"
data-cy="dashboard-view-registered-devices"
/>
</csc-page>
</template>

Loading…
Cancel
Save