Skip to content

Commit

Permalink
MAT-7652 add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Dec 3, 2024
1 parent f491cd4 commit 7dbcefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AceEditor/madie-ace-editor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 7dbcefe

Please sign in to comment.