File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ can contain options that affect the precision of string matching:
295
295
- ` exact ` : Defaults to ` true ` ; matches full strings, case-sensitive. When false,
296
296
matches substrings and is not case-sensitive.
297
297
- ` exact ` has no effect on ` regex ` or ` function ` arguments.
298
- - ` exact ` has no effect on accessible names specified via ` name ` option of ` *byRole `
299
- queries. You can use regex for fuzzy matching on accessible names.
298
+ - ` exact ` has no effect on accessible names specified with the ` name ` option of ` *byRole `
299
+ queries. You can use a regex for fuzzy matching on accessible names.
300
300
- In most cases using a regex instead of a string gives you more control over
301
301
fuzzy matching and should be preferred over ` { exact: false } ` .
302
302
- ` normalizer ` : An optional function which overrides normalization behavior. See
You can’t perform that action at this time.
0 commit comments