flaky screenshots

This commit is contained in:
Dan Harrin
2026-08-06 14:52:36 +01:00
parent e6a8e249b6
commit 9701cc6c66
2 changed files with 4 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 112 KiB

+4
View File
@@ -1749,6 +1749,10 @@ export default {
// Click the custom blocks toolbar button to open the side panel.
await page.click('#richEditorGroupedCustomBlocks button[aria-label="Blocks"]')
// Move the mouse away so the button's "Blocks" tooltip cannot
// appear in the screenshot depending on hover timing.
await page.mouse.move(0, 0)
await new Promise((resolve) => setTimeout(resolve, 500))
},
},