update user data queries
This commit is contained in:
parent
f7e2648d79
commit
144e773ee4
37 changed files with 196 additions and 238 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue