docs: nuke api reference from test assersions
This commit is contained in:
parent
3a61938628
commit
c0ea28d558
|
|
@ -126,10 +126,3 @@ await expect.poll(async () => {
|
||||||
timeout: 60_000
|
timeout: 60_000
|
||||||
}).toBe(200);
|
}).toBe(200);
|
||||||
```
|
```
|
||||||
|
|
||||||
## API reference
|
|
||||||
See the following pages for Playwright-specific assertions:
|
|
||||||
- [APIResponseAssertions] assertions for [APIResponse]
|
|
||||||
- [LocatorAssertions] assertions for [Locator]
|
|
||||||
- [PageAssertions] assertions for [Page]
|
|
||||||
- [ScreenshotAssertions] for comparing screenshot with stored value
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue