Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Increase timeout for wysiwyg composer test due to wasm being slow in …
Browse files Browse the repository at this point in the history
…CI (#11267)
  • Loading branch information
t3chguy committed Jul 17, 2023
1 parent 1995a74 commit 3ccc0fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe("SendWysiwygComposer", () => {
customRender(jest.fn(), jest.fn(), false, true);

// Then
expect(await screen.findByTestId("WysiwygComposer")).toBeInTheDocument();
expect(await screen.findByTestId("WysiwygComposer", undefined, { timeout: 5000 })).toBeInTheDocument();
});

it("Should render PlainTextComposer when isRichTextEnabled is at false", async () => {
Expand Down

0 comments on commit 3ccc0fd

Please sign in to comment.