We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeee390 commit 2fe7629Copy full SHA for 2fe7629
docs/queries/bylabeltext.mdx
@@ -88,7 +88,7 @@ cy.findByLabelText('username').should('exist')
88
89
### `name`
90
91
-The example above NOT find the input node for label text broken up by elements.
+The example above does NOT find the input node for label text broken up by elements.
92
You can use `getByRole('textbox', { name: 'Username' })` instead which is robust
93
against switching to `aria-label` or `aria-labelledby`.
94
0 commit comments