mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(demos): start ionic-demo page
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user