mirror of https://github.com/vector-im/riot-web
Increase timeout for wysiwyg composer test due to wasm being slow in CI (#11267)
parent
1995a74090
commit
3ccc0fd8df
|
@ -93,7 +93,7 @@ describe("SendWysiwygComposer", () => {
|
||||||
customRender(jest.fn(), jest.fn(), false, true);
|
customRender(jest.fn(), jest.fn(), false, true);
|
||||||
|
|
||||||
// Then
|
// 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 () => {
|
it("Should render PlainTextComposer when isRichTextEnabled is at false", async () => {
|
||||||
|
|
Loading…
Reference in New Issue