| Index: third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html
|
| diff --git a/third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html b/third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html
|
| index aabe24da002a136fa19dc363aaab95ecbbeaee71..3f873b53734a01214234f461d8b1b268a00434b6 100644
|
| --- a/third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html
|
| +++ b/third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html
|
| @@ -60,9 +60,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| assert.equal(event.detail.toPage, pages[1]);
|
| assert.isTrue(animatedPages._completeAnimations.calledTwice);
|
| var a$ = animatedPages._completeAnimations.getCall(1).args[0];
|
| - assert.isTrue(a$[0].animation.isNeonAnimation, 'default animation is not a registered animation');
|
| - assert.isTrue(a$[1].animation.isNeonAnimation, 'entry animation is not a registered animation');
|
| - assert.isTrue(a$[2].animation.isNeonAnimation, 'exit animation is not a registered animation');
|
| + assert.isTrue(a$[0].animation.isNeonAnimation, 'entry animation is not a registered animation');
|
| + assert.isTrue(a$[1].animation.isNeonAnimation, 'exit animation is not a registered animation');
|
| done();
|
| });
|
| animatedPages.selected = 0;
|
|
|