mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
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 New Issue
Block a user