From e3e29e25beec3c6a95d111e992f4d7ae3b9774b4 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 7 Mar 2022 10:37:36 -0800 Subject: [PATCH] docs: update links to assertions class (#12562) --- docs/src/release-notes-js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 02f707a9a7..a8a6ae1fcf 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -94,7 +94,7 @@ This version was also tested against the following stable channels: ### Locator Improvements - [`method: Locator.dragTo`] -- [`expect(locator).toBeChecked({ checked })`](./api/class-locatorassertions#locator-assertions-to-be-checked) +- [`expect(locator).toBeChecked({ checked })`](./api/class-playwrightassertions#locator-assertions-to-be-checked) - Each locator can now be optionally filtered by the text it contains: ```js await page.locator('li', { hasText: 'my item' }).locator('button').click(); @@ -104,7 +104,7 @@ This version was also tested against the following stable channels: ### Testing API improvements -- [`expect(response).toBeOK()`](./api/class-apiresponseassertions) +- [`expect(response).toBeOK()`](./api/class-playwrightassertions) - [`testInfo.attach()`](./api/class-testinfo#test-info-attach) - [`test.info()`](./api/class-test#test-info)