Skip to content

Commit df7ebc0

Browse files
committed
update selector for “more” message button
1 parent f20a57c commit df7ebc0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/source/tests/gmail.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ export const defineGmailTests = (testVariant: TestVariant, testWithBrowser: Test
494494
await gmailPage.waitAndClick('[data-tooltip="Reply"]', { delay: 1 });
495495
await gotoGmailPage(gmailPage, '/FMfcgzGtwgfMhWTlgRwwKWzRhqNZzwXz'); // go to encrypted convo
496496
await Util.sleep(5);
497-
await gmailPage.waitAndClick('.adn [data-tooltip="More"]', { delay: 1 });
497+
await gmailPage.waitAndClick('.adn [aria-label="More message options"]', { delay: 1 });
498498
await gmailPage.waitAndClick('[act="24"]', { delay: 1 }); // click reply-all
499499
await Util.sleep(3);
500500
await gmailPage.waitAll('[data-tooltip^="Send"]'); // The Send button from the Standard reply box
@@ -518,7 +518,7 @@ export const defineGmailTests = (testVariant: TestVariant, testWithBrowser: Test
518518
await BrowserRecipe.setUpCommonAcct(t, browser, 'ci.tests.gmail');
519519
const gmailPage = await openGmailPage(t, browser);
520520
await gotoGmailPage(gmailPage, '/FMfcgzQZTMHNLflWQjRcSvWlMsKbLhpr');
521-
await gmailPage.waitAndClick('.adn [data-tooltip="More"]', { delay: 1 });
521+
await gmailPage.waitAndClick('.adn [aria-label="More message options"]', { delay: 1 });
522522
await gmailPage.waitAll('.action_reply_all_message_button');
523523
})
524524
);
@@ -531,7 +531,7 @@ export const defineGmailTests = (testVariant: TestVariant, testWithBrowser: Test
531531
const gmailPage = await openGmailPage(t, browser);
532532
await gotoGmailPage(gmailPage, '/FMfcgzGtwgfMhWTlgRwwKWzRhqNZzwXz'); // go to encrypted convo
533533
await Util.sleep(5);
534-
await gmailPage.waitAndClick('.adn [data-tooltip="More"]', { delay: 1 });
534+
await gmailPage.waitAndClick('.adn [aria-label="More message options"]', { delay: 1 });
535535
await gmailPage.waitAndClick('[act="25"]', { delay: 1 }); // click forward
536536
await Util.sleep(3);
537537
await gmailPage.waitAll('[data-tooltip^="Send"]'); // The Send button from the Standard reply box

0 commit comments

Comments
 (0)