From 7dbcefeb9f0b30ae8ee196fc019f900c5071a518 Mon Sep 17 00:00:00 2001 From: adongare Date: Tue, 3 Dec 2024 11:02:31 -0500 Subject: [PATCH] MAT-7652 add todo --- src/AceEditor/madie-ace-editor.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AceEditor/madie-ace-editor.test.tsx b/src/AceEditor/madie-ace-editor.test.tsx index 76db31f6..78c419ee 100644 --- a/src/AceEditor/madie-ace-editor.test.tsx +++ b/src/AceEditor/madie-ace-editor.test.tsx @@ -57,6 +57,7 @@ describe("MadieAceEditor component", () => { expect(aceEditor.value).toContain(editorValue); }); + // TODO: fix this- MAT-7985 it.skip("should should trigger parts of toggleSearch when events emitted", async () => { // Mock the editor and searchBox const editorMock = {