Skip to content

Instantly share code, notes, and snippets.

@imartinflores
Created July 30, 2023 19:08
Show Gist options
  • Save imartinflores/68cc65836fec5f81f491e30cb976be8e to your computer and use it in GitHub Desktop.
Save imartinflores/68cc65836fec5f81f491e30cb976be8e to your computer and use it in GitHub Desktop.
await page.locator("a.btn.btn-primary.btn-block",{hasText: 'View Cart'}).click()
await expect(page.locator("td.text-left", {hasText: 'HTC Touch HD'})).toBeVisible()
await expect(page.locator("div[class$='flex-nowrap'] > input")).toHaveValue("1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment