test(ivy): update root cause analysis for the remaining query-related test (#27985)
PR Close #27985
This commit is contained in:
parent
b541c48688
commit
090801532e
|
@ -616,8 +616,8 @@ describe('Query API', () => {
|
||||||
expect(q.query.map((d: TextDirective) => d.text)).toEqual(['1', '2']);
|
expect(q.query.map((d: TextDirective) => d.text)).toEqual(['1', '2']);
|
||||||
});
|
});
|
||||||
|
|
||||||
fixmeIvy('unknown').it(
|
fixmeIvy('FW-920: Queries in nested views are not destroyed properly')
|
||||||
'should remove manually projected templates if their parent view is destroyed', () => {
|
.it('should remove manually projected templates if their parent view is destroyed', () => {
|
||||||
const template = `
|
const template = `
|
||||||
<manual-projecting #q><ng-template #tpl><div text="1"></div></ng-template></manual-projecting>
|
<manual-projecting #q><ng-template #tpl><div text="1"></div></ng-template></manual-projecting>
|
||||||
<div *ngIf="shouldShow">
|
<div *ngIf="shouldShow">
|
||||||
|
|
Loading…
Reference in New Issue