Skip to content

Commit 74cc0d7

Browse files
committed
fix for test basic.html. Initial item selected should be item2, PolymerElements#126
1 parent f13fd8c commit 74cc0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
});
168168

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

172172
s2.selectIndex(1);
173173
assert.equal(s2.selected, 'item1');

0 commit comments

Comments
 (0)