docs(aio): i18n guide - updates for v4

This commit is contained in:
Ward Bell
2017-05-01 23:01:20 -07:00
committed by Pete Bacon Darwin
parent 12452d4ab4
commit 541c9a94bf
9 changed files with 289 additions and 266 deletions

View File

@ -30,4 +30,8 @@ describe('i18n E2E Tests', () => {
expect(element.all(by.css('span')).get(1).getText()).toBe('El heroe es mujer');
});
it('should display the nested expression', function() {
expect(element.all(by.css('span')).get(2).getText()).toBe('Aquí tenemos: 3 mujeres');
});
});