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() {