Skip to content

Commit

Permalink
Merge pull request #614 from jonathannewman/maint/master/fix-has-prop…
Browse files Browse the repository at this point in the history
…erty

Fix example for hasProperty
  • Loading branch information
Turbo87 authored Feb 4, 2020
2 parents 1670e67 + 622b047 commit dc509ca
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 @@ -451,7 +451,7 @@ export default class DOMAssertions {
* @param {string?} message
*
* @example
* assert.dom('input.password-input').hasAttribute('type', 'password');
* assert.dom('input.password-input').hasProperty('type', 'password');
*
* @see {@link #doesNotHaveProperty}
*/
Expand Down

0 comments on commit dc509ca

Please sign in to comment.