summaryrefslogtreecommitdiff
path: root/spec/javascripts/clusters/stores/clusters_store_spec.js
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-11-06 10:07:19 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-11-06 10:07:19 -0600
commitf4fb0340094508106113c0c7c22c865fa7c73f7f (patch)
treea0efd5829901b6b73f3d6a6625a74a67bc497b0e /spec/javascripts/clusters/stores/clusters_store_spec.js
parent895b6e5d80397fdd6cb5e1727a410a08f8a5b332 (diff)
downloadgitlab-ce-f4fb0340094508106113c0c7c22c865fa7c73f7f.tar.gz
Add FE tests for not_installable/scheduled and cluster banner rules36629-35958-add-cluster-application-section
Diffstat (limited to 'spec/javascripts/clusters/stores/clusters_store_spec.js')
-rw-r--r--spec/javascripts/clusters/stores/clusters_store_spec.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/javascripts/clusters/stores/clusters_store_spec.js b/spec/javascripts/clusters/stores/clusters_store_spec.js
index 9f9d63434f7..cb8b3d38e2e 100644
--- a/spec/javascripts/clusters/stores/clusters_store_spec.js
+++ b/spec/javascripts/clusters/stores/clusters_store_spec.js
@@ -62,18 +62,21 @@ describe('Clusters Store', () => {
statusReason: mockResponseData.status_reason,
applications: {
helm: {
+ title: 'Helm Tiller',
status: mockResponseData.applications[0].status,
statusReason: mockResponseData.applications[0].status_reason,
requestStatus: null,
requestReason: null,
},
ingress: {
+ title: 'Ingress',
status: mockResponseData.applications[1].status,
statusReason: mockResponseData.applications[1].status_reason,
requestStatus: null,
requestReason: null,
},
runner: {
+ title: 'GitLab Runner',
status: mockResponseData.applications[2].status,
statusReason: mockResponseData.applications[2].status_reason,
requestStatus: null,