File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ---------' ) ;
You can’t perform that action at this time.
0 commit comments