mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 12:33:45 +03:00
This PR cherry-picks the following commits:
- 5babb37f19
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a6aa50b0c7
commit
1b2de3f7a7
@ -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 New Issue
Block a user