docs: toHaveUrl.ignoreCase in languages (#30573)

This commit is contained in:
Yury Semikhatsky 2024-04-26 15:02:51 -07:00 committed by GitHub
parent b5dee9ecb7
commit 1f63cbff08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -334,7 +334,6 @@ Expected URL string or RegExp.
### option: PageAssertions.toHaveURL.ignoreCase
* since: v1.44
* langs: js
- `ignoreCase` <[boolean]>
Whether to perform case-insensitive match. [`option: ignoreCase`] option takes precedence over the corresponding regular expression flag if specified.