Skip to content

Commit

Permalink
update example for doesNotHaveAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Mar 3, 2022
1 parent 88f39e5 commit 49a69c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assertions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export default class DOMAssertions {
* @param {string?} message
*
* @example
* assert.dom('input.username').hasNoAttribute('disabled');
* assert.dom('input.username').doesNotHaveAttribute('disabled');
*
* @see {@link #hasAttribute}
*/
Expand Down

0 comments on commit 49a69c9

Please sign in to comment.