Skip to content

Commit b97bb09

Browse files
fix: test
1 parent d153014 commit b97bb09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/source/tests/gmail.ts

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

326326
// convo-sensitive, draft-sensitive test
327-
test.serial(
327+
test.skip(
328328
'mail.google.com - secure reply btn, reply draft',
329329
testWithBrowser(
330330
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_de a.gb_Vc a.gb_he']); // 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)