We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7115a commit 33b8b72Copy full SHA for 33b8b72
1 file changed
test/source/tests/tooling/browser-recipe.ts
@@ -75,7 +75,7 @@ export class BrowserRecipe {
75
// close announcement about updated UI
76
await googleChatPage.waitAndClick('.fKz7Od', { delay: 1 });
77
}
78
- await googleChatPage.waitAny(['a.gb_6d', 'a.gb_Fc', 'a.gb_9d']); // Google hangout logo
+ await googleChatPage.waitAny(['a.gb_6d', 'a.gb_Fc', 'a.gb_9d', 'a.gb_7d']); // Google hangout logo
79
return googleChatPage;
80
};
81
0 commit comments