diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 75c9952796..1417f3f04e 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -80,7 +80,7 @@ export async function appStart() { export async function clickWhatsNew(app: Application) { await app.client.waitUntilTextExists("h1", "What's new?"); await app.client.click("button.primary"); - await app.client.waitUntilTextExists("h5", "Catalog"); + await app.client.waitUntilTextExists("div", "Catalog"); } export async function clickWelcomeNotification(app: Application) {