We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b7c6a commit 746c6caCopy full SHA for 746c6ca
types/matchers.d.ts
@@ -344,7 +344,7 @@ declare namespace matchers {
344
* Only matches if the element has *all* the expected properties applied, not just some of them.
345
* @example
346
* <button
347
- * data-test-id="submit-button"
+ * data-testid="submit-button"
348
* style="background-color: green; display: none"
349
* >
350
* submit
0 commit comments