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 3dc727d commit 75ea50aCopy full SHA for 75ea50a
docs/guides/references/assertions.mdx
@@ -115,7 +115,7 @@ You will commonly use these chainers after using DOM commands like:
115
| exist | `.should('exist')`<br />`expect($nonexistent).not.to.exist` |
116
| match(_selector_) | `.should('match', ':empty')`<br />`expect($emptyEl).to.match(':empty')` |
117
| contain(_text_) | `.should('contain', 'text')`<br />`expect($el).to.contain('text')` |
118
-| descendants(_selector_) | `.should('have.descendents', 'div')`<br />`expect($el).to.have.descendants('div')` |
+| descendants(_selector_) | `.should('have.descendants', 'div')`<br />`expect($el).to.have.descendants('div')` |
119
120
<!-- textlint-enable -->
121
0 commit comments