diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index c7fd4e8ddb..066fecd2a2 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -86,7 +86,7 @@ export async function clickWhatsNew(app: Application) { export async function clickWelcomeNotification(app: Application) { const itemsText = await app.client.$("div.info-panel").getText(); - if (itemsText === "0 item") { + if (itemsText === "0 items") { // welcome notification should be present, dismiss it await app.client.waitUntilTextExists("div.message", "Welcome!"); await app.client.click("i.Icon.close");