docs: fix ignoreCase description (#28121)

This commit is contained in:
Yury Semikhatsky 2023-11-14 10:18:04 -08:00 committed by GitHub
parent 2ac1cde879
commit ec2c7024b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1156,7 +1156,7 @@ Expected attribute value.
### option: LocatorAssertions.toHaveAttribute.timeout = %%-csharp-java-python-assertions-timeout-%%
* since: v1.18
### option: LocatorAssertions.toHaveAttribute.ignoreCase = %%-js-assertions-timeout-%%
### option: LocatorAssertions.toHaveAttribute.ignoreCase
* since: v1.40
- `ignoreCase` <[boolean]>

View File

@ -5709,8 +5709,6 @@ interface LocatorAssertions {
*/
toHaveAttribute(name: string, value: string|RegExp, options?: {
/**
* Time to retry the assertion for in milliseconds. Defaults to `timeout` in `TestConfig.expect`.
*
* Whether to perform case-insensitive match. `ignoreCase` option takes precedence over the corresponding regular
* expression flag if specified.
*/