Deflake e2e tests (#316)

This commit is contained in:
Will Chen
2025-06-02 22:48:03 -07:00
committed by GitHub
parent 5802c39825
commit 81345153fc
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ class PageObject {
async snapshotPreview() {
const iframe = this.getPreviewIframeElement();
await expect(iframe.contentFrame().locator("body")).toMatchAriaSnapshot({
timeout: 15_000,
timeout: 30_000,
});
}