Skip to content

Commit

Permalink
test: update incorrect role test
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 11, 2021
1 parent 73989aa commit c874a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/checkbox.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('checkbox', () => {
});

it('native checkbox should have the `presentation` role', () => {
expect(checkbox.getAttribute('role')).to.be.eql('checkbox');
expect(nativeCheckbox.getAttribute('role')).to.be.eql('presentation');
});

it('host should have the `checkbox` role', () => {
Expand Down

0 comments on commit c874a11

Please sign in to comment.