docs(python): roll fixes (#30708)
This commit is contained in:
parent
81e907f4c1
commit
5babb37f19
|
|
@ -232,9 +232,9 @@ The opposite of [`method: LocatorAssertions.toHaveAccessibleDescription`].
|
|||
|
||||
### param: LocatorAssertions.NotToHaveAccessibleDescription.name
|
||||
* since: v1.44
|
||||
- `name` <[string]|[RegExp]>
|
||||
- `description` <[string]|[RegExp]>
|
||||
|
||||
Expected accessible name.
|
||||
Expected accessible description.
|
||||
|
||||
### option: LocatorAssertions.NotToHaveAccessibleDescription.ignoreCase = %%-assertions-ignore-case-%%
|
||||
* since: v1.44
|
||||
|
|
@ -380,11 +380,11 @@ Property value.
|
|||
|
||||
The opposite of [`method: LocatorAssertions.toHaveRole`].
|
||||
|
||||
### param: LocatorAssertions.NotToHaveRole.name
|
||||
### param: LocatorAssertions.NotToHaveRole.role = %%-get-by-role-to-have-role-role-%%
|
||||
* since: v1.44
|
||||
- `name` <[string]|[RegExp]>
|
||||
|
||||
Expected accessible name.
|
||||
### option: LocatorAssertions.NotToHaveRole.timeout = %%-js-assertions-timeout-%%
|
||||
* since: v1.44
|
||||
|
||||
### option: LocatorAssertions.NotToHaveRole.timeout = %%-csharp-java-python-assertions-timeout-%%
|
||||
* since: v1.44
|
||||
|
|
|
|||
|
|
@ -118,7 +118,6 @@ Expected URL string or RegExp.
|
|||
|
||||
### option: PageAssertions.NotToHaveURL.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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue