docs: fix ignoreCase description (#28121)
This commit is contained in:
parent
2ac1cde879
commit
ec2c7024b6
|
|
@ -1156,7 +1156,7 @@ Expected attribute value.
|
||||||
### option: LocatorAssertions.toHaveAttribute.timeout = %%-csharp-java-python-assertions-timeout-%%
|
### option: LocatorAssertions.toHaveAttribute.timeout = %%-csharp-java-python-assertions-timeout-%%
|
||||||
* since: v1.18
|
* since: v1.18
|
||||||
|
|
||||||
### option: LocatorAssertions.toHaveAttribute.ignoreCase = %%-js-assertions-timeout-%%
|
### option: LocatorAssertions.toHaveAttribute.ignoreCase
|
||||||
* since: v1.40
|
* since: v1.40
|
||||||
- `ignoreCase` <[boolean]>
|
- `ignoreCase` <[boolean]>
|
||||||
|
|
||||||
|
|
|
||||||
2
packages/playwright/types/test.d.ts
vendored
2
packages/playwright/types/test.d.ts
vendored
|
|
@ -5709,8 +5709,6 @@ interface LocatorAssertions {
|
||||||
*/
|
*/
|
||||||
toHaveAttribute(name: string, value: string|RegExp, options?: {
|
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
|
* Whether to perform case-insensitive match. `ignoreCase` option takes precedence over the corresponding regular
|
||||||
* expression flag if specified.
|
* expression flag if specified.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue