chore(pages): 🔧 Update VerticalLandingPage.ts configuration and component logic to align with latest design system updates

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-30 18:51:23 -08:00
parent 0b82ccbdc7
commit e4e024baab

View file

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