Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed May 14, 2019
1 parent bfda130 commit fde23d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/keyboard.html
Expand Up @@ -197,7 +197,7 @@
const keydownSpy = sinon.spy();
document.addEventListener('keydown', keydownSpy);
enter();
expect(keydownSpy.called).to.be.false;
expect(keydownSpy).not.to.be.called;
});

it('should not close the overlay with enter when custom values are not allowed', () => {
Expand Down

0 comments on commit fde23d8

Please sign in to comment.