File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -232,9 +232,9 @@ The opposite of [`method: LocatorAssertions.toHaveAccessibleDescription`].
232
232
233
233
### param: LocatorAssertions.NotToHaveAccessibleDescription.name
234
234
* since: v1.44
235
- - ` name ` <[ string] |[ RegExp] >
235
+ - ` description ` <[ string] |[ RegExp] >
236
236
237
- Expected accessible name .
237
+ Expected accessible description .
238
238
239
239
### option: LocatorAssertions.NotToHaveAccessibleDescription.ignoreCase = %%-assertions-ignore-case-%%
240
240
* since: v1.44
@@ -380,11 +380,11 @@ Property value.
380
380
381
381
The opposite of [ ` method: LocatorAssertions.toHaveRole ` ] .
382
382
383
- ### param: LocatorAssertions.NotToHaveRole.name
383
+ ### param: LocatorAssertions.NotToHaveRole.role = %%-get-by-role-to-have-role-role-%%
384
384
* since: v1.44
385
- - ` name ` <[ string] |[ RegExp] >
386
385
387
- Expected accessible name.
386
+ ### option: LocatorAssertions.NotToHaveRole.timeout = %%-js-assertions-timeout-%%
387
+ * since: v1.44
388
388
389
389
### option: LocatorAssertions.NotToHaveRole.timeout = %%-csharp-java-python-assertions-timeout-%%
390
390
* since: v1.44
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ Expected URL string or RegExp.
118
118
119
119
### option: PageAssertions.NotToHaveURL.ignoreCase
120
120
* since: v1.44
121
- * langs: js
122
121
- ` ignoreCase ` <[ boolean] >
123
122
124
123
Whether to perform case-insensitive match. [ ` option: ignoreCase ` ] option takes precedence over the corresponding regular expression flag if specified.
You can’t perform that action at this time.
0 commit comments