Skip to content

Commit

Permalink
test: check keyboard search for closed select (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Mar 13, 2019
1 parent 939f7c4 commit 2721e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/select-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
});

it('should select items when alphanumeric keys are pressed', () => {
select.opened = false;
expect(select._menuElement.selected).to.be.equal(2);
keyDownChar(input, 'o');
keyDownChar(input, 'p');
Expand Down

0 comments on commit 2721e7e

Please sign in to comment.