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 'spec/frontend/issues/show/mock_data/mock_data.js')
-rw-r--r--spec/frontend/issues/show/mock_data/mock_data.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/frontend/issues/show/mock_data/mock_data.js b/spec/frontend/issues/show/mock_data/mock_data.js
index 37aa18ced8d..ed969a08ac5 100644
--- a/spec/frontend/issues/show/mock_data/mock_data.js
+++ b/spec/frontend/issues/show/mock_data/mock_data.js
@@ -1,9 +1,8 @@
import { TEST_HOST } from 'helpers/test_constants';
export const initialRequest = {
- title: '<gl-emoji title="party-parrot"></gl-emoji>this is a title',
+ title: '<p>this is a title</p>',
title_text: 'this is a title',
- title_html: '<gl-emoji title="party-parrot"></gl-emoji>this is a title',
description: '<p>this is a description!</p>',
description_text: 'this is a description',
task_completion_status: { completed_count: 2, count: 4 },