diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-24 09:09:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-24 09:09:41 +0000 |
commit | ff83f24eacc7c78884458d7261086b4f3a9547bb (patch) | |
tree | c7a79dae360f7cb127dd908a6f46a061535947e6 /spec/frontend/helpers | |
parent | fe9cb6b25add197beb8a427371c49e7b43baeea5 (diff) | |
download | gitlab-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.js | 1 |
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'); |