Skip to content

Commit

Permalink
chery-pick(#17381): docs(python): add missing NotToBe{Visible,Editabl…
Browse files Browse the repository at this point in the history
…e,Enabled} params (#17382)

This PR cherry-picks the following commits:

- 85a5c69
  • Loading branch information
playwrightmachine committed Sep 16, 2022
1 parent a93c95d commit 68fd801
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/api/class-locatorassertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ The opposite of [`method: LocatorAssertions.toBeDisabled`].

The opposite of [`method: LocatorAssertions.toBeEditable`].

### option: LocatorAssertions.NotToBeEditable.editable
* since: v1.26
- `editable` <[boolean]>
### option: LocatorAssertions.NotToBeEditable.timeout = %%-js-assertions-timeout-%%
* since: v1.18
### option: LocatorAssertions.NotToBeEditable.timeout = %%-csharp-java-python-assertions-timeout-%%
Expand All @@ -136,6 +139,9 @@ The opposite of [`method: LocatorAssertions.toBeEmpty`].

The opposite of [`method: LocatorAssertions.toBeEnabled`].

### option: LocatorAssertions.NotToBeEnabled.enabled
* since: v1.26
- `enabled` <[boolean]>
### option: LocatorAssertions.NotToBeEnabled.timeout = %%-js-assertions-timeout-%%
* since: v1.18
### option: LocatorAssertions.NotToBeEnabled.timeout = %%-csharp-java-python-assertions-timeout-%%
Expand Down Expand Up @@ -169,6 +175,9 @@ The opposite of [`method: LocatorAssertions.toBeHidden`].

The opposite of [`method: LocatorAssertions.toBeVisible`].

### option: LocatorAssertions.NotToBeVisible.visible
* since: v1.26
- `visible` <[boolean]>
### option: LocatorAssertions.NotToBeVisible.timeout = %%-js-assertions-timeout-%%
* since: v1.18
### option: LocatorAssertions.NotToBeVisible.timeout = %%-csharp-java-python-assertions-timeout-%%
Expand Down

0 comments on commit 68fd801

Please sign in to comment.