feat(aio): docs landing page with styles, logo res fix
This commit is contained in:

committed by
Alex Rickabaugh

parent
46f8a6dd85
commit
21ef5a1961
@ -171,7 +171,7 @@ describe('AppComponent', () => {
|
||||
|
||||
describe('footer', () => {
|
||||
it('should have version number', () => {
|
||||
const versionEl: HTMLElement = fixture.debugElement.query(By.css('aio-footer p')).nativeElement;
|
||||
const versionEl: HTMLElement = fixture.debugElement.query(By.css('aio-footer')).nativeElement;
|
||||
expect(versionEl.innerText).toContain(TestHttp.versionFull);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user