Last active
February 17, 2026 02:05
-
-
Save pablocattaneo/819155ee6f6d7bdbd003897d47dcc8a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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