diff --git a/docs/src/locators.md b/docs/src/locators.md index 6d5926b579..052894a172 100644 --- a/docs/src/locators.md +++ b/docs/src/locators.md @@ -1444,14 +1444,6 @@ page.getByText("orange").click(); await page.GetByText("orange").ClickAsync(); ``` -```html card - -``` - #### Filter by text Use the [`method: Locator.filter`] to locate a specific item in a list.