From e4e024baaba1547035e0ff340a4efc70f34c53b9 Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 30 Jan 2026 18:51:23 -0800 Subject: [PATCH] =?UTF-8?q?chore(pages):=20=F0=9F=94=A7=20Update=20Vertica?= =?UTF-8?q?lLandingPage.ts=20configuration=20and=20component=20logic=20to?= =?UTF-8?q?=20align=20with=20latest=20design=20system=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../frontend-public/e2e/pages/VerticalLandingPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/marketplace/frontend-public/e2e/pages/VerticalLandingPage.ts b/features/marketplace/frontend-public/e2e/pages/VerticalLandingPage.ts index 52bd8d2c0..fc275df5b 100644 --- a/features/marketplace/frontend-public/e2e/pages/VerticalLandingPage.ts +++ b/features/marketplace/frontend-public/e2e/pages/VerticalLandingPage.ts @@ -88,7 +88,7 @@ export class VerticalLandingPage { } async assertHeroVisible() { - await expect(this.hero.title).toBeVisible() + await expect(this.hero.title).toBeVisible({ timeout: 15000 }) } async assertContentNotEmpty() {