Skip to content

Commit 4205cda

Browse files
author
martgil
committed
test: update test
1 parent 35e3dcd commit 4205cda

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
@@ -525,7 +525,7 @@ export const defineGmailTests = (testVariant: TestVariant, testWithBrowser: Test
525525
await gmailPage.waitAndClick('@action-reply-all-message-button');
526526
const replyBox2 = await gmailPage.getFrame(['/chrome/elements/compose.htm'], { sleep: 5 });
527527
await replyBox2.waitForContent('@input-body', '');
528-
const recipientsCount = await replyBox2.target.$eval('.email_address', e => $(e).length);
528+
const recipientsCount = await replyBox2.target.$$eval('.email_address', elements => elements.length);
529529
expect(recipientsCount).to.equal(2);
530530
await gmailPage.waitAndClick(gmailContextMenu);
531531
await Util.sleep(1);

0 commit comments

Comments
 (0)