feat(aio): docs landing page with styles, logo res fix

This commit is contained in:
Stefanie Fluin
2017-03-30 12:21:50 -07:00
committed by Alex Rickabaugh
parent 46f8a6dd85
commit 21ef5a1961
10 changed files with 127 additions and 51 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')).nativeElement;
const versionEl: HTMLElement = fixture.debugElement.query(By.css('aio-footer')).nativeElement;
expect(versionEl.innerText).toContain(TestHttp.versionFull);
});
});