feat(aio): marketing page styles

This commit is contained in:
Stefanie Fluin
2017-03-31 16:36:21 -07:00
committed by Alex Rickabaugh
parent 0e38bf9de0
commit 25132bff86
22 changed files with 653 additions and 42 deletions

View File

@ -6,6 +6,7 @@ describe('site App', function() {
beforeEach(() => {
page = new SitePage();
page.setWindowWidth(1050); // Make the window wide enough to show the SideNav side-by-side.
page.navigateTo();
});