PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

template-repeat test failing with polymer 1.1.0 #56

Closed jakemac53 closed 9 years ago

jakemac53 commented 9 years ago

Below are the failures:

supports repeated items
    <unknown> at template-repeat.html:60 1 Uncaught AssertionError: expected 0 to equal 4
update items
  <unknown> at template-repeat.html:75 Uncaught AssertionError: expected 0 to equal 4
set selected to something else
  <unknown> at template-repeat.html:100 Uncaught TypeError: Cannot read property 'classList' of undefined

Looks like the items getter is always returning an empty list (defined in iron-selectable).

jakemac53 commented 9 years ago

actually this looks like its fixed in polymer master