Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
adding timeouts back
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Feb 22, 2024
1 parent 54e4e54 commit d24fa03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/apps/desktop/test/home-page.pom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ export class HomePage {
)
await this.appData.appWindow.locator('#check3').check()
await this.appData.appWindow.locator('#btn-next').click()

await this.appData.appWindow.waitForTimeout(10)
await this.appData.appWindow.locator('#alias').fill(this.alias)
await this.appData.appWindow.locator('#bio').fill(this.bio)
await this.appData.appWindow.locator('#btn-next').click()
await this.appData.appWindow.locator('#btn-next').click()
// await this.appData.appWindow.waitForTimeout(10)
await this.appData.appWindow.waitForTimeout(10)
await this.appData.appWindow.locator('#btn-next').click()
// await this.appData.appWindow.waitForTimeout(10)
await this.appData.appWindow.waitForTimeout(10)
await this.appData.appWindow.locator('#btn-skip').click()
}
}

0 comments on commit d24fa03

Please sign in to comment.