mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
test: skip test.yml in PRs (#8330)
This commit is contained in:
parent
f19ce30dfe
commit
232242d2e9
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: Tests
|
name: Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches: master
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ describe("Test <MermaidToExcalidraw/>", () => {
|
|||||||
|
|
||||||
it("should open mermaid popup when active tool is mermaid", async () => {
|
it("should open mermaid popup when active tool is mermaid", async () => {
|
||||||
const dialog = document.querySelector(".ttd-dialog")!;
|
const dialog = document.querySelector(".ttd-dialog")!;
|
||||||
await waitFor(() => dialog.querySelector("canvas"));
|
await waitFor(() => expect(dialog.querySelector("canvas")).not.toBeNull());
|
||||||
expect(dialog.outerHTML).toMatchSnapshot();
|
expect(dialog.outerHTML).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user