Skip to content

Commit 0a0b619

Browse files
fix: live test
1 parent e43ebd4 commit 0a0b619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/source/tests/gmail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export const defineGmailTests = (testVariant: TestVariant, testWithBrowser: Test
343343
await gmailPage.reload({ timeout: TIMEOUT_PAGE_LOAD * 1000, waitUntil: 'load' }, true);
344344
// Wait for extension to re-inject iframes after reload
345345
await gmailPage.waitForIframes(3, 25); // 3 attempts, 25s each
346-
await Util.sleep(2); // Let Gmail settle after reload
346+
await Util.sleep(5); // Let Gmail settle after reload
347347
replyBox = await pageHasSecureDraft(gmailPage, 'offline reply draft');
348348
await Util.sleep(2);
349349
await replyBox.waitAndClick('@action-send', { confirmGone: true });

0 commit comments

Comments
 (0)