diff --git a/test/html/bind-object-repeat.html b/test/html/bind-object-repeat.html index 0ec40dd..fc8b420 100644 --- a/test/html/bind-object-repeat.html +++ b/test/html/bind-object-repeat.html @@ -62,11 +62,6 @@ }); }, test: function() { - // TODO(sorvell): we're watching for a mutation on container - // this mutation is observed before CE notices that the children - // of container. That's probably because of the order of mutation - // observers. - //CustomElements.takeRecords(); chai.assert.equal(this.$.foo.obj, this.testObj); function checkXFoo(xFoo) { var p = xFoo.shadowRoot.querySelector('p');