From dc315a4397188c50cd8ffb295f9ccf1f90901b92 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 6 Mar 2024 08:23:29 +0100 Subject: [PATCH] Update docs/src/release-notes-python.md Co-authored-by: Dmitry Gozman Signed-off-by: Max Schmitt --- docs/src/release-notes-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 6f97569335..2b01538f37 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -19,7 +19,7 @@ page.add_locator_handler( # Write the test as usual. page.goto("https://www.ikea.com/") page.get_by_role("link", name="Collection of blue and white").click() -expect(page.getByRole("heading", name="Light and easy")).to_be_visible() +expect(page.get_by_role("heading", name="Light and easy")).to_be_visible() ``` ### New APIs