test(ivy): update root causes for animation tests (#28026)

PR Close #28026
This commit is contained in:
Matias Niemelä 2019-01-09 13:07:18 -08:00 committed by Andrew Kushnir
parent 8934b736c8
commit 0136274f33
1 changed files with 2 additions and 2 deletions

View File

@ -1567,7 +1567,7 @@ const DEFAULT_COMPONENT_ID = '1';
}
});
fixmeIvy('unknown').it(
fixmeIvy('FW-932: Animation @triggers are not reported to the renderer in Ivy as they are in VE').it(
'should animate removals of nodes to the `void` state for each animation trigger, but treat all auto styles as pre styles',
() => {
@Component({
@ -1968,7 +1968,7 @@ const DEFAULT_COMPONENT_ID = '1';
expect(players[0].duration).toEqual(5678);
});
fixmeIvy('unknown').it(
fixmeIvy('FW-932: Animation @triggers are not reported to the renderer in Ivy as they are in VE').it(
'should not render animations when the object expression value is the same as it was previously',
() => {
@Component({