docs: asertions.not is a property (#12474)

This commit is contained in:
Yury Semikhatsky 2022-03-02 15:03:33 -08:00 committed by GitHub
parent 34bf0d4b87
commit 5db93e6ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ def test_navigates_to_login_page(page: Page) -> None:
```
## method: APIResponseAssertions.not
## property: APIResponseAssertions.not
* langs: java, js
- returns: <[APIResponseAssertions]>

View File

@ -68,7 +68,7 @@ namespace PlaywrightTests
}
```
## method: LocatorAssertions.not
## property: LocatorAssertions.not
* langs: java, js, csharp
- returns: <[LocatorAssertions]>

View File

@ -70,7 +70,7 @@ namespace PlaywrightTests
}
```
## method: PageAssertions.not
## property: PageAssertions.not
* langs: java, js, csharp
- returns: <[PageAssertions]>