Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Nov 8, 2021
1 parent 5b223c2 commit 728e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/source/tests/gmail.ts
Expand Up @@ -46,7 +46,7 @@ export const defineGmailTests = (testVariant: TestVariant, testWithBrowser: Test
let composeBox;
if (params.offline) {
// TODO(@limonte): for some reason iframe is able to save the draft to the cloud even
// after gmailPage.page.setOfflineMode(true) is called. Probable the puppeteer issue, revisit.
// after gmailPage.page.setOfflineMode(true) is called. Probably, the puppeteer issue, revisit.
// const composeBoxFrame = await gmailPage.getFrame(['/chrome/elements/compose.htm']);
const urls = await gmailPage.getFramesUrls(['/chrome/elements/compose.htm'], { sleep: 1 });
composeBox = await browser.newPage(t, urls[0]);
Expand Down

0 comments on commit 728e967

Please sign in to comment.