summaryrefslogtreecommitdiff
path: root/spec/frontend/helpers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-24 09:09:41 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-24 09:09:41 +0000
commitff83f24eacc7c78884458d7261086b4f3a9547bb (patch)
treec7a79dae360f7cb127dd908a6f46a061535947e6 /spec/frontend/helpers
parentfe9cb6b25add197beb8a427371c49e7b43baeea5 (diff)
downloadgitlab-ce-ff83f24eacc7c78884458d7261086b4f3a9547bb.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/helpers')
-rw-r--r--spec/frontend/helpers/init_vue_mr_page_helper.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/helpers/init_vue_mr_page_helper.js b/spec/frontend/helpers/init_vue_mr_page_helper.js
index c1d608cc5a0..b9aed63d0f6 100644
--- a/spec/frontend/helpers/init_vue_mr_page_helper.js
+++ b/spec/frontend/helpers/init_vue_mr_page_helper.js
@@ -22,6 +22,7 @@ export default function initVueMRPage() {
mrDiscussionsEl.setAttribute('data-noteable-data', JSON.stringify(noteableDataMock));
mrDiscussionsEl.setAttribute('data-notes-data', JSON.stringify(notesDataMock));
mrDiscussionsEl.setAttribute('data-noteable-type', 'merge-request');
+ mrDiscussionsEl.setAttribute('data-is-locked', 'false');
mrTestEl.appendChild(mrDiscussionsEl);
const discussionCounterEl = document.createElement('div');