fix: align native cursor preview and export

This commit is contained in:
EtienneLescot
2026-05-05 11:04:08 +02:00
parent 3d1d4a5ff0
commit 87240a919e
9 changed files with 82 additions and 51 deletions
-4
View File
@@ -214,10 +214,6 @@ try {
await editorWindow.waitForLoadState("domcontentloaded");
await editorWindow.waitForSelector("video", { state: "attached", timeout: 30_000 });
await editorWindow.waitForSelector("canvas", { state: "attached", timeout: 30_000 });
await editorWindow.waitForSelector('img[aria-hidden="true"]', {
state: "attached",
timeout: 30_000,
});
await editorWindow.setViewportSize({ width: 1280, height: 800 });
await editorWindow.evaluate(async () => {