diff options
| author | Ash McKenzie <amckenzie@gitlab.com> | 2019-08-28 08:27:21 +0000 |
|---|---|---|
| committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-08-28 08:27:21 +0000 |
| commit | 4576d55f44cfec6d6cab0df063ae9c26824222dd (patch) | |
| tree | f66d553cb3f8489d76ba9789b55cb52d9e4fc721 /spec/javascripts | |
| parent | fe641cbd6a7d2e0598cdc34b50ad683ee078af84 (diff) | |
| parent | 72544449cfb8e35b8c044f5bfd08a2fae2253408 (diff) | |
| download | gitlab-ce-4576d55f44cfec6d6cab0df063ae9c26824222dd.tar.gz | |
Merge branch 'id-change-total-notes-calculation' into 'master'
Change the way totalNotes is calculated
See merge request gitlab-org/gitlab-ce!32191
Diffstat (limited to 'spec/javascripts')
| -rw-r--r-- | spec/javascripts/notes/mock_data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/notes/mock_data.js b/spec/javascripts/notes/mock_data.js index 5f81a168498..3812d46f838 100644 --- a/spec/javascripts/notes/mock_data.js +++ b/spec/javascripts/notes/mock_data.js @@ -8,7 +8,7 @@ export const notesDataMock = { notesPath: '/gitlab-org/gitlab-ce/noteable/issue/98/notes', quickActionsDocsPath: '/help/user/project/quick_actions', registerPath: '/users/sign_in?redirect_to_referer=yes#register-pane', - totalNotes: 1, + prerenderedNotesCount: 1, closePath: '/twitter/flight/issues/9.json?issue%5Bstate_event%5D=close', reopenPath: '/twitter/flight/issues/9.json?issue%5Bstate_event%5D=reopen', canAwardEmoji: true, |
