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
path: root/spec
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-04-13 22:04:32 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-04-20 11:52:58 +0300
commit12c4ca218b5213c9497017749c5cc68a2de2d1c3 (patch)
treed3eb24b850bdf4defd0032d59437b0a139058e9a /spec
parentabe4e6ddfa77bff82f4e39b5f6c79784c699f51d (diff)
Merge branch '45353-raw-html-is-being-shown-on-the-mr-page-from-performance-widget' into 'master'
Resolve "Raw HTML is being shown on the MR page from Performance widget" Closes #45353 See merge request gitlab-org/gitlab-ce!18370
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js b/spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js
index d9c03296857..91e81a0675a 100644
--- a/spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js
+++ b/spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js
@@ -51,8 +51,7 @@ const createComponent = () => {
const messages = {
loadingMetrics: 'Loading deployment statistics',
- hasMetrics:
- '<a href="/root/acets-review-apps/environments/15/metrics"> Memory </a> usage is <b> unchanged </b> at 0MB',
+ hasMetrics: 'Memory usage is unchanged at 0MB',
loadFailed: 'Failed to load deployment statistics',
metricsUnavailable: 'Deployment statistics are not available currently',
};