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`].
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
381381The 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
Original file line number Diff line number Diff 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
124123Whether 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