Skip to content

Commit

Permalink
fix for test basic.html. Initial item selected should be item2, Polym…
Browse files Browse the repository at this point in the history
  • Loading branch information
globits committed Mar 13, 2017
1 parent f13fd8c commit 74cc0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
});

test('`selectIndex()` selects an item with the given index', function() {
assert.equal(s2.selectedItem, undefined);
assert.equal(s2.selectedItem, s2.items[2]);

s2.selectIndex(1);
assert.equal(s2.selected, 'item1');
Expand Down

0 comments on commit 74cc0d7

Please sign in to comment.