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:
parent
0b82ccbdc7
commit
e4e024baab
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue