Skip to content

Commit

Permalink
cherry-pick(#28267): docs(python): add ignoreCase to NotToHaveAttribu…
Browse files Browse the repository at this point in the history
…te (#28273)

This PR cherry-picks the following commits:

- d7d1c80

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
playwrightmachine and github-actions[bot] committed Nov 21, 2023
1 parent 65859fa commit 8dea604
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/api/class-locatorassertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@ Attribute name.

Expected attribute value.

### option: LocatorAssertions.NotToHaveAttribute.ignoreCase
* since: v1.40
- `ignoreCase` <[boolean]>

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

### option: LocatorAssertions.NotToHaveAttribute.timeout = %%-csharp-java-python-assertions-timeout-%%
* since: v1.18

Expand Down

0 comments on commit 8dea604

Please sign in to comment.