docs: fix broken link (#12638)

This commit is contained in:
Yury Semikhatsky 2022-03-09 22:00:16 -08:00 committed by GitHub
parent 75eef09c0d
commit e270adf437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ title: "Release notes"
};
```
- [Trace Viewer](./trace-viewer) now shows [API testing requests](./src/test-api-testing).
- [Trace Viewer](./trace-viewer) now shows [API testing requests](./test-api-testing).
- `expect().toMatchSnapshot()` now supports anonymous snapshots: when snapshot name is missing, Playwright Test will generate one
automatically: