1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2021-03-09 15:59:46 -05:00
parent 1676ec4981
commit 1a15a7a672

View File

@ -52,6 +52,7 @@ export async function clickWhatsNew(app: Application) {
export async function clickWelcomeNotification(app: Application) {
const itemsText = await app.client.$("ItemListLayout.info-panel").getText();
if (itemsText === "0 item") {
// welcome notification should be present, dismiss it
await app.client.waitUntilTextExists("Notifications.message", "Welcome!");