summaryrefslogtreecommitdiff
path: root/spec/frontend/notes
Commit message (Collapse)AuthorAgeFilesLines
* make test of note app with comments disabled dryManeschi Romain2019-08-291-16/+15
|
* Add key unbinds to DiscussionKeyboardNavigatorfe-add-unbinds-to-discussion-keyboard-navigatorPaul Slaughter2019-08-151-0/+27
| | | | | | | Also adds comment to explain why this works on the diff-tab when it's only used in `notes-app`. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30144#note_204066538
* Add kbd shortcuts for discussion navigationSam Bigelow2019-08-121-0/+77
| | | | Add keyboard shortcuts `p` and `n` to navigate duscussions.
* Resolve "Tooltips on note timestamps not showing for issues"Natalia Tepluhina2019-07-181-3/+2
|
* Fixed editing formNatalia Tepluhina2019-07-091-0/+51
| | | | | | - applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
* Rebased and squashed commitsNatalia Tepluhina2019-07-032-7/+9
| | | | - all commits squashed to make danger review happy
* Fix unresponsive reply button in discussionsPaul Gascou-Vaillancourt2019-06-271-0/+38
| | | | | Events listeners have been fixed to ensure UI interactions are properly handled in discussion notes
* Migrate old notes app test from Karma to JestMartin Hanzel2019-06-051-0/+1045
|
* Move NoteApp tests to JestWinnie Hellmann2019-06-031-0/+322
|
* Increase Jest timeout to 500msWinnie Hellmann2019-05-171-3/+0
|
* Fix discussion notes spec timeout61596-increase-timeout-for-discussion-notes-specPaul Slaughter2019-05-081-2/+5
|
* Add failing test for hasQuickActionsWinnie Hellmann2019-05-071-0/+17
|
* Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-011-0/+139
| | | | | | | | | - Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
* Extract discussion actions into separate component58293-extract-discussion-actionsPaul Gascou-Vaillancourt2019-04-171-0/+104
| | | | | | | | - Created DiscussionActions component - Updated NoteableDiscussion component accordingly - Wrote Jest tests for DiscussionActions - Updated Jest config to enable emojis aliases mock - Updated qa specs to reflect changes in NoteableDiscussions
* Move some tests from Karma to JestWinnie Hellmann2019-03-234-0/+178
|
* Add snapshot test to discussion_jump_to_next_button_spec.jsWinnie Hellmann2019-02-212-3/+27
|
* Remove localVue from discussion_jump_to_next_button_spec.jsWinnie Hellmann2019-02-211-11/+4
|
* Move discussion_jump_to_next_button_spec.js to JestWinnie Hellmann2019-02-211-0/+33