Skip to content

Commit d153014

Browse files
fix: test
1 parent 547e7d5 commit d153014

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

test/source/tests/gmail.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,7 @@ export const defineGmailTests = (testVariant: TestVariant, testWithBrowser: Test
324324
);
325325

326326
// convo-sensitive, draft-sensitive test
327-
// Couldn't figure out why pageHasSecureDraft can't find correct iframe
328-
// Need to fix later
329-
// https://flowcrypt.semaphoreci.com/jobs/0106da6d-46f5-44d3-9ebd-3421584220a0
330-
test.skip(
327+
test.serial(
331328
'mail.google.com - secure reply btn, reply draft',
332329
testWithBrowser(
333330
async (t, browser) => {

test/source/tests/tooling/browser-recipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class BrowserRecipe {
7676
// close announcement about updated UI
7777
await chatFrame.waitAndClick('.fKz7Od', { delay: 1 });
7878
}
79-
await chatFrame.waitAny(['a.gb_6d', 'a.gb_Fc', 'a.gb_9d', 'a.gb_7d', 'a.gb_ce', 'a.gb_Sc']); // Google hangout logo
79+
await chatFrame.waitAny(['a.gb_de a.gb_Vc a.gb_he']); // Google hangout logo
8080
return googleChatPage;
8181
};
8282

0 commit comments

Comments
 (0)