test(all): fix all e2e tests to include an ion-nav

This commit is contained in:
Brandy Carney
2016-06-17 16:36:19 -04:00
parent 321c6d92ae
commit 8fb4563527
47 changed files with 388 additions and 65 deletions

View File

@ -33,7 +33,14 @@ class E2EPage {
}
ionicBootstrap(E2EPage);
@Component({
template: '<ion-nav [root]="rootPage"></ion-nav>'
})
class E2EApp {
rootPage = E2EPage;
}
ionicBootstrap(E2EApp);
function getAsyncData(): Promise<number[]> {
// async return mock data