Skip to content

Commit 85a7813

Browse files
fix: gmail chat test (#6045)
1 parent 0ffbbcf commit 85a7813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class BrowserRecipe {
7575
// close announcement about updated UI
7676
await googleChatPage.waitAndClick('.fKz7Od', { delay: 1 });
7777
}
78-
await googleChatPage.waitAll('a.gb_5d'); // Google hangout logo
78+
await googleChatPage.waitAny(['a.gb_6d', 'a.gb_Fc', 'a.gb_9d']); // Google hangout logo
7979
return googleChatPage;
8080
};
8181

0 commit comments

Comments
 (0)