Skip to content

Commit 79b76d1

Browse files
committed
update test
1 parent 05ae4d1 commit 79b76d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/source/tests/gmail.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,15 +466,15 @@ export const defineGmailTests = (testVariant: TestVariant, testWithBrowser: Test
466466
await Util.sleep(5);
467467
const actionsMenuSelector = '.J-J5-Ji.aap';
468468
await gmailPage.waitAndClick(actionsMenuSelector);
469+
await Util.sleep(3);
469470
expect(await gmailPage.isElementPresent('@action-reply-message-button'));
470471
await gmailPage.waitAndClick('@action-reply-message-button');
471-
await Util.sleep(3);
472472
const replyBox = await gmailPage.getFrame(['/chrome/elements/compose.htm'], { sleep: 5 });
473473
await Util.sleep(3);
474474
await replyBox.waitForContent('@input-body', '');
475475
await gmailPage.waitAndClick(actionsMenuSelector);
476-
expect(await gmailPage.isElementPresent('@action-forward-message-button'));
477476
await Util.sleep(3);
477+
expect(await gmailPage.isElementPresent('@action-forward-message-button'));
478478
await gmailPage.waitAndClick('@action-forward-message-button');
479479
await Util.sleep(3);
480480
await replyBox.waitForContent('@input-body', '---------- Forwarded message ---------');

0 commit comments

Comments
 (0)