mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
test: skip test.yml in PRs (#8330)
This commit is contained in:
parent
f19ce30dfe
commit
232242d2e9
2 changed files with 1 additions and 2 deletions
|
@ -90,7 +90,7 @@ describe("Test <MermaidToExcalidraw/>", () => {
|
|||
|
||||
it("should open mermaid popup when active tool is mermaid", async () => {
|
||||
const dialog = document.querySelector(".ttd-dialog")!;
|
||||
await waitFor(() => dialog.querySelector("canvas"));
|
||||
await waitFor(() => expect(dialog.querySelector("canvas")).not.toBeNull());
|
||||
expect(dialog.outerHTML).toMatchSnapshot();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue