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
path: root/qa
diff options
context:
space:
mode:
authorPaul Gascou-Vaillancourt <paul.gascvail@gmail.com>2019-04-10 19:23:05 +0300
committerPaul Gascou-Vaillancourt <paul.gascvail@gmail.com>2019-04-17 20:42:44 +0300
commite555c8f480e6c1bb534aac60a75eb181e50f92e9 (patch)
tree4ffa153d5e5e0bba252a746c638054ef27117d8c /qa
parentdfdcd8b429abf4837de5ff9395b3a0e0dbb3c144 (diff)
Extract discussion actions into separate component
- 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
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/component/note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/component/note.rb b/qa/qa/page/component/note.rb
index f5add6bc9b5..07e191f1c9b 100644
--- a/qa/qa/page/component/note.rb
+++ b/qa/qa/page/component/note.rb
@@ -15,7 +15,7 @@ module QA
element :reply_comment_button
end
- base.view 'app/assets/javascripts/notes/components/noteable_discussion.vue' do
+ base.view 'app/assets/javascripts/notes/components/discussion_actions.vue' do
element :discussion_reply
end