mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
docs: asertions.not is a property (#12474)
This commit is contained in:
parent
34bf0d4b87
commit
5db93e6ddf
@ -47,7 +47,7 @@ def test_navigates_to_login_page(page: Page) -> None:
|
||||
```
|
||||
|
||||
|
||||
## method: APIResponseAssertions.not
|
||||
## property: APIResponseAssertions.not
|
||||
* langs: java, js
|
||||
- returns: <[APIResponseAssertions]>
|
||||
|
||||
|
@ -68,7 +68,7 @@ namespace PlaywrightTests
|
||||
}
|
||||
```
|
||||
|
||||
## method: LocatorAssertions.not
|
||||
## property: LocatorAssertions.not
|
||||
* langs: java, js, csharp
|
||||
- returns: <[LocatorAssertions]>
|
||||
|
||||
|
@ -70,7 +70,7 @@ namespace PlaywrightTests
|
||||
}
|
||||
```
|
||||
|
||||
## method: PageAssertions.not
|
||||
## property: PageAssertions.not
|
||||
* langs: java, js, csharp
|
||||
- returns: <[PageAssertions]>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user