test(ivy): enable i18n test for nested templates (#27984)

The bug that was causing this test to fail has been resolved (see FW-903). The test now runs correctly.
PR Close #27984
This commit is contained in:
Olivier Combe 2019-01-08 14:47:30 +01:00 committed by Kara Erickson
parent c2f19515d6
commit 4b5b1f6d16
1 changed files with 15 additions and 16 deletions

View File

@ -99,8 +99,7 @@ onlyInIvy('Ivy i18n logic').describe('i18n', function() {
expect(element.title).toBe('Bonjour John');
});
fixmeIvy('FW-903: i18n attributes in nested templates throws at runtime')
.it('should correctly bind to context in nested template', () => {
it('should correctly bind to context in nested template', () => {
const title = 'Item {{ id }}';
const template = `
<div *ngFor='let id of items'>