mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

1.27 release notes don't mention the new `Page.getByTestId` method alongside the other added methods (`getByRole`, `getByLabelText` etc.) This PR adds it to the corresponding release notes. I'm not 100% sure this is the way to do it, I assume there's some automation going on to update the documentation website, let me know if it needs t be done differently.