From dad305478ac91dddbc8ee4dca20460c69f0b19c6 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 26 Jun 2024 14:34:05 +0200 Subject: [PATCH] docs: remove unnecessary html card (#31444) --- docs/src/locators.md | 8 -------- 1 file changed, 8 deletions(-) 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.