Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/clusters_list/components/clusters_empty_state.vue')
-rw-r--r--app/assets/javascripts/clusters_list/components/clusters_empty_state.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/javascripts/clusters_list/components/clusters_empty_state.vue b/app/assets/javascripts/clusters_list/components/clusters_empty_state.vue
index f4134ab5072..339ea3b7c0d 100644
--- a/app/assets/javascripts/clusters_list/components/clusters_empty_state.vue
+++ b/app/assets/javascripts/clusters_list/components/clusters_empty_state.vue
@@ -22,7 +22,11 @@ export default {
<template>
<div>
- <gl-empty-state :svg-path="clustersEmptyStateImage" :svg-height="100">
+ <gl-empty-state
+ :svg-path="clustersEmptyStateImage"
+ :svg-height="100"
+ data-testid="clusters-empty-state"
+ >
<template #title>
<p>
<gl-sprintf :message="$options.i18n.introText">