chore(demos): start ionic-demo page

This commit is contained in:
Andrew Joslin
2014-05-16 13:29:52 -06:00
parent f19c6d0edc
commit 55e910d2e9
17 changed files with 414 additions and 67 deletions

View File

@@ -20,6 +20,10 @@ describe('viewState', function() {
expect(navButtons('right').getText()).toEqual('');
expect(navButtons('right').getAttribute('class')).toContain('ion-navicon');
browser.takeScreenshot().then(function(png) {
console.log(png);
});
element(by.id('sign-in-button')).click();