From a648e63f06f60168e6db12b078013403bb7ba8a2 Mon Sep 17 00:00:00 2001 From: vitorvargasdev Date: Mon, 26 Feb 2024 10:52:35 -0300 Subject: [PATCH] fix: comment input test --- src/web-components/comments/components/comment-input.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web-components/comments/components/comment-input.test.ts b/src/web-components/comments/components/comment-input.test.ts index 1ff66cee..d4c46125 100644 --- a/src/web-components/comments/components/comment-input.test.ts +++ b/src/web-components/comments/components/comment-input.test.ts @@ -197,7 +197,7 @@ describe('CommentsCommentInput', () => { element['updateHeight'](); - expect(textarea.style.height).toBe('41px'); + expect(textarea.style.height).toBe('43px'); }); describe('addAtSymbolInCaretPosition', () => {