From ce7fc1b9f36d86a2bf8748b4094f8df2d80d43eb Mon Sep 17 00:00:00 2001 From: Denis LE Date: Mon, 31 Oct 2022 05:05:24 +0100 Subject: [PATCH] docs(locators): fix missing input id (#18386) Signed-off-by: Denis LE Signed-off-by: Max Schmitt Co-authored-by: Max Schmitt --- docs/src/locators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/locators.md b/docs/src/locators.md index b47a56f231..c553b50573 100644 --- a/docs/src/locators.md +++ b/docs/src/locators.md @@ -250,7 +250,7 @@ Most form controls usually have dedicated labels that could be conveniently used For example, consider the following DOM structure. ```html - + ``` You can fill the input after locating it by the label text: