Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pablocattaneo/819155ee6f6d7bdbd003897d47dcc8a5 to your computer and use it in GitHub Desktop.

Select an option

Save pablocattaneo/819155ee6f6d7bdbd003897d47dcc8a5 to your computer and use it in GitHub Desktop.
// https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-value
const locator = page.locator('input[type=number]');
await expect(locator).toHaveValue(/[0-9]/);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment