Skip to content

Instantly share code, notes, and snippets.

@angiejones
Last active September 11, 2020 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angiejones/8c42b58393c58391ec6c1e86ae61692c to your computer and use it in GitHub Desktop.
Save angiejones/8c42b58393c58391ec6c1e86ae61692c to your computer and use it in GitHub Desktop.
Playwright - enter text
it('should return one book when exact title is given', async () => {
await page.fill('#searchBar', 'Agile Testing')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment