We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffbbcf commit 85a7813Copy full SHA for 85a7813
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.waitAll('a.gb_5d'); // Google hangout logo
+ await googleChatPage.waitAny(['a.gb_6d', 'a.gb_Fc', 'a.gb_9d']); // Google hangout logo
79
return googleChatPage;
80
};
81
0 commit comments