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:
authorFilipa Lacerda <filipa@gitlab.com>2019-03-12 14:11:33 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-03-12 15:56:54 +0300
commit8926e4f2ba00f043b273274949d4f604f615fb21 (patch)
treec909741cdd26957680beb53292a95fa65c646463 /spec/javascripts
parente4b2c3b08b0aced417e072e60d5b299144c40474 (diff)
Removes EE differences for env app
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/environments/environments_app_spec.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/javascripts/environments/environments_app_spec.js b/spec/javascripts/environments/environments_app_spec.js
index b6a244f7cd3..0dcd8868aba 100644
--- a/spec/javascripts/environments/environments_app_spec.js
+++ b/spec/javascripts/environments/environments_app_spec.js
@@ -13,6 +13,11 @@ describe('Environment', () => {
cssContainerClass: 'container',
newEnvironmentPath: 'environments/new',
helpPagePath: 'help',
+ canaryDeploymentFeatureId: 'canary_deployment',
+ showCanaryDeploymentCallout: true,
+ userCalloutsPath: '/callouts',
+ lockPromotionSvgPath: '/assets/illustrations/lock-promotion.svg',
+ helpCanaryDeploymentsPath: 'help/canary-deployments',
};
let EnvironmentsComponent;