test(ivy): diagnose root causes of remaining failing router tests (#28035)

PR Close #28035
This commit is contained in:
Kara Erickson 2019-01-09 17:51:15 -08:00 committed by Andrew Kushnir
parent 65e72e958e
commit e0e92cfef6
1 changed files with 2 additions and 2 deletions

View File

@ -1883,7 +1883,7 @@ describe('Integration', () => {
});
describe('redirects', () => {
fixmeIvy('unkwnown/maybe FW-918')
fixmeIvy('FW-768: markViewDirty instruction is scheduling a tick')
.it('should work',
fakeAsync(inject([Router, Location], (router: Router, location: Location) => {
const fixture = createRoot(router, RootCmp);
@ -1899,7 +1899,7 @@ describe('Integration', () => {
expect(location.path()).toEqual('/team/22');
})));
fixmeIvy('unkwnown/maybe FW-918')
fixmeIvy('FW-768: markViewDirty instruction is scheduling a tick')
.it('should update Navigation object after redirects are applied',
fakeAsync(inject([Router, Location], (router: Router, location: Location) => {
const fixture = createRoot(router, RootCmp);