Skip to content

Commit 1b2de3f

Browse files
cherry-pick(#30708): docs(python): roll fixes (#30709)
This PR cherry-picks the following commits: - 5babb37 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a6aa50b commit 1b2de3f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/src/api/class-locatorassertions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ The opposite of [`method: LocatorAssertions.toHaveAccessibleDescription`].
232232

233233
### param: LocatorAssertions.NotToHaveAccessibleDescription.name
234234
* since: v1.44
235-
- `name` <[string]|[RegExp]>
235+
- `description` <[string]|[RegExp]>
236236

237-
Expected accessible name.
237+
Expected accessible description.
238238

239239
### option: LocatorAssertions.NotToHaveAccessibleDescription.ignoreCase = %%-assertions-ignore-case-%%
240240
* since: v1.44
@@ -380,11 +380,11 @@ Property value.
380380

381381
The opposite of [`method: LocatorAssertions.toHaveRole`].
382382

383-
### param: LocatorAssertions.NotToHaveRole.name
383+
### param: LocatorAssertions.NotToHaveRole.role = %%-get-by-role-to-have-role-role-%%
384384
* since: v1.44
385-
- `name` <[string]|[RegExp]>
386385

387-
Expected accessible name.
386+
### option: LocatorAssertions.NotToHaveRole.timeout = %%-js-assertions-timeout-%%
387+
* since: v1.44
388388

389389
### option: LocatorAssertions.NotToHaveRole.timeout = %%-csharp-java-python-assertions-timeout-%%
390390
* since: v1.44

docs/src/api/class-pageassertions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ Expected URL string or RegExp.
118118

119119
### option: PageAssertions.NotToHaveURL.ignoreCase
120120
* since: v1.44
121-
* langs: js
122121
- `ignoreCase` <[boolean]>
123122

124123
Whether to perform case-insensitive match. [`option: ignoreCase`] option takes precedence over the corresponding regular expression flag if specified.

0 commit comments

Comments
 (0)