feat(aio): add footer links with GoogleFeedbackService (#15605)
This commit is contained in:

committed by
Alex Rickabaugh

parent
9e883f5873
commit
28bf222a6a
@ -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);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user