feat(aio): add footer links with GoogleFeedbackService (#15605)

This commit is contained in:
Ward Bell
2017-03-30 14:46:25 -07:00
committed by Alex Rickabaugh
parent 9e883f5873
commit 28bf222a6a
14 changed files with 377 additions and 104 deletions

View File

@ -171,7 +171,7 @@ describe('AppComponent', () => {
describe('footer', () => {
it('should have version number', () => {
const versionEl: HTMLElement = fixture.debugElement.query(By.css('aio-footer p.version-info')).nativeElement;
const versionEl: HTMLElement = fixture.debugElement.query(By.css('aio-footer p')).nativeElement;
expect(versionEl.innerText).toContain(TestHttp.versionFull);
});
});