Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 27, 2024
1 parent 463264f commit 7be67d4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ export class IndexPage extends BasePage {
return this.page.click('#complex-button')
}

async fillNameInput(text: string) {
return await fillAndBlur(this.page, '#name', text)
}

async clickInsideComplexButton() {
return this.page.click('#complex-button h1')
}

async fillNameInput(text: string) {
return await fillAndBlur(this.page, '#name', text)
}
}

0 comments on commit 7be67d4

Please sign in to comment.