Skip to content
Snippets Groups Projects
Unverified Commit 7099211e authored by Fatih Acet's avatar Fatih Acet
Browse files

Fix emoji picker visibility issue

parent 1523d078
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -147,6 +147,7 @@ export default {
class="note-action-button note-emoji-button js-add-award js-note-emoji"
href="#"
title="Add reaction"
data-position="right"
>
<icon css-classes="link-highlight award-control-icon-neutral" name="slight-smile" />
<icon css-classes="link-highlight award-control-icon-positive" name="smiley" />
Loading
Loading
---
title: Fix emoji picker visibility issue
merge_request: 28984
author:
type: fixed
Loading
Loading
@@ -58,6 +58,7 @@ describe('noteActions', () => {
 
it('should render emoji link', () => {
expect(wrapper.find('.js-add-award').exists()).toBe(true);
expect(wrapper.find('.js-add-award').attributes('data-position')).toBe('right');
});
 
describe('actions dropdown', () => {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment